| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
|
Everything has been merged now, can this be merged? 👀 |
Sorry, something went wrong.
|
Bump. How goes this? |
Sorry, something went wrong.
|
This should be ready to merge since all the other PRs are merged. Note, it doesn't get debugging working fully (no local variable view etc), but at least the breakpoints are no longer ignored completely. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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: