-
Notifications
You must be signed in to change notification settings - Fork 7
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
Step over, doesn't stop at next instruction... #49
Comments
Note that pressing "Step Over" is like pressing "Continue" -- another breakpoint will stop it. Also note, I'm not yet handling this "ThreadLocation" message from the debugger: When pressing Step Over, the output is:
When pressing Continue, the output is:
Hmm, it sure seems that I'm sending the correct messages to the debugger, lemmi try a local debugger testcase. |
Left a comment on the breakpoint issue -- I believe the |
hello jcward. I noticed another problem. When removing a breakpoint with the debugging session still running the breakpoint continues to break and it's not really removed (only visually in the editor). One needs to restart the app so the breakpoint is removed. |
Hi @JohnSword -- yes, I see this behavior also, and it looks like a bug on my end. Filed separately as #50. Thanks! |
The step over issue is fixed in hxcpp 3.4.69, commit 4a2fbd |
…k is made. Remove the stack context before exiting GC free zone.
Not sure if it's related to the breakpoint issue, or if it's on my end, but with the latest hxcpp (3.4.64), the step over function doesn't stop at the next line. It acts like pressing "Run" / "Continue".
The text was updated successfully, but these errors were encountered: