vshaxe / hxcpp-debugger

Visual Studio Code Debugger for Haxe/HXCPP applications
MIT License
26 stars 13 forks source link

Support setting member variables #5

Open Gama11 opened 6 years ago

Gama11 commented 6 years ago

I added basic setVariable support in https://github.com/vshaxe/hxcpp-debugger/commit/903e142452393138dc0bf55250354fef98eddfe9, but it only works on locals, not member vars. There also seems to be an issue with values not updating in the UI right away, even though we seem to be returning the new value correctly.