-
Notifications
You must be signed in to change notification settings - Fork 43
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
Can I debug the cppia part of the project use debugger like hxcpp-debugger? #82
Comments
Hi there! It's great that you mention that - we've been working on some improvements to hxcpp-vscode-debugger to better suit unreal.hx and mainly to add cppia support.
Following these instructions, you can then proceed to create some tasks by editing your project's tasks.json file. The changes we made to hxcpp-vscode-debugger still isn't documented anywhere, but here's a snippet of our own file which should get you started:
|
It works. thanks a lot~ ^_^ |
I am new to haxe, and I notice unreal.hx few weeks ago.
I think it's awesome and hope to study in depth.
I notice there is a vscode extension hxcpp-vscode-debugger that can debug the haxe code, after some study it works with the static part of unreal.hx code, but not the script part.
Is there any way for me to use the hxcpp-debugger with the script part?
The text was updated successfully, but these errors were encountered: