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

Make @enter not go into the Debugger source. #64

Merged
merged 4 commits into from
Jul 14, 2019
Merged

Conversation

oxinabox
Copy link
Owner

Closes #59 cc @KristofferC
also fixes the fact that removing breakpoints never worked.
Adds tests for everything,.

Note #42 still occurs.

Also a side effect of this is that recursive functions will breakpoint everytime they hit the @entered method.
This can be avoided by running rm _breakpoint as approprate from the debug> prompt.
I guess the real solution would be to add a special kind of breakpoint that can only be hit once or something.

@oxinabox oxinabox merged commit f60c606 into master Jul 14, 2019
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.

Enter doesn't take you into the function
1 participant