HaxeFoundation / hxcpp-debugger

Cross-platform debugger for hxcpp
Apache License 2.0
49 stars 16 forks source link

Debug adapter process has terminated unexpectedly #15

Open NenadBojkovski opened 7 years ago

NenadBojkovski commented 7 years ago

Hi, I get "Debug adapter process has terminated unexpectedly " error when I run the vscode-hxcpp-debug debugger. That's a VS Code error but it seems related to hxcpp-debugger. vscode-hxcpp-debug debugger communicates via HaxeRemote.hx with the hxcpp-debugger and looking at the stack trace, the issue might be related to this class. Please check the ticket I've created in vscode-hxcpp-debug repo for more info. https://github.com/jcward/vscode-hxcpp-debug/issues/43.

When I debug on local, via terminal, the debugger works well.