Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Support breakpoints in cppia scripts #42

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tobil4sk
Copy link
Contributor

In cppia, script source files are not known initially so breakpoints will fail to be set properly.

With this patch, the debug server now assigns its own breakpoint id for failed breakpoints and attempts to readd them whenever a new cppia script is loaded.

This depends on the following patches to haxe and hxcpp:

In cppia, script files are not known initially so breakpoints will fail
to be set properly.

With this patch, the debug server now assigns its own breakpoint id for
failed breakpoints and attempts to readd them whenever a new cppia
script is loaded.
Haxe 5 now generates absolute debug paths by default for cppia. If haxe
5 is not being used, a warning will already be shown earlier on 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

Successfully merging this pull request may close these issues.

1 participant