- fixed removal of breakpoints
- fixed a crash on Windows when continuing from a breakpoint
- fixed an issue with class instance printing with NME / Lime legacy
- fixed inspection of static properties
- fixed a deadlock when getting variables
- fixed deprecation warnings with Haxe 4.0.0-rc.2
- fixed debugger not stopping on last line of
main()
(#18)
- fixed default registrations for watch / conditional breakpoints (#17)
- added some support for statics in watch / conditional breakpoints (#17)
- fixed hxcpp-debug-server setup with spaces in username
- fixed "Start Debugging" not doing anything without a
launch.json
- updated
${workspaceRoot}
to${workspaceFolder}
- fixed compilation with
-D hscriptPos
(#14)
- added support for attach requests (#1)
- added support for watching expressions (#2)
- added support for conditional breakpoints (#12)
- compatibility fixes for VSCode 1.28
- initial release