Issue 265: No vars on linux64 target using Debugger.getStackVariables
Status:  New
Owner: ----
Reported by zaynya...@gmail.com, Nov 16, 2013
What steps will reproduce the problem?
1. Use debugger for new debugging api (3.1.0 nightly)
2. Start debug session, break and call vars

What is the expected output? What do you see instead?
On windows everythin is ok, i can see local variables, but on linux resultes array is empty.

What version of the product are you using? On what operating system?
r812

Please provide any additional information below.
here is code for example openfl project
http://pastebin.com/vGbhs0Kp
you can create and start remote debugger using
haxelib debugger git https://github.com/zaynyatyi/debugger
haxe -main debugger.HaxeServer -lib debugger -neko server.n
neko server.n