Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate hxcpp-debug into kodestudio for debugging in CPP mode #8

Open
sangohan opened this issue Aug 7, 2016 · 1 comment
Open

Comments

@sangohan
Copy link

sangohan commented Aug 7, 2016

there is an existing vscode plugin/extension which integrates a hxcpp debug mechanism into vscode (see https://github.com/jcward/vscode-hxcpp-debug).

It would be nice to integrate this into kodestudio so that the debug can also be done using hxcpp (i would assume most people are going to use the cpp target rather than the js target, and is only doing the js target for fast dev loop during development).

@RobDangerous
Copy link
Member

AFAIK hxcpp-debug still doesn't work properly on all platforms. The moment that changes I will integrate it (actually Kode Studio already bundles vscode-hxcpp-debug but currently I do not compile it).
Meanwhile Kha makes it easy to debug target specific problems in Visual Studio and XCode (when you have target specific problems you probably want to see the C++ code anyway).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants