openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Add support for HashLink debugging #68

Closed Gama11 closed 4 years ago

Gama11 commented 4 years ago

This requires a new release of hashlink-debugger to work (https://github.com/vshaxe/hashlink-debugger/pull/73).

I've only tested this on Windows, but it should theoretically works on Linux too. HashLink debugging on Mac is not supported yet - I've copied the same error message that hashlink-debugger uses for this so the user gets some feedback (it appears that VSCode only calls resolveDebugConfiguration() once, even though hl-debugger has its own resolveDebugConfiguration() too / there's no "chaining").