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

Improve @bp #25

Open
toivoh opened this issue Dec 13, 2012 · 0 comments
Open

Improve @bp #25

toivoh opened this issue Dec 13, 2012 · 0 comments

Comments

@toivoh
Copy link
Owner

toivoh commented Dec 13, 2012

Currently,

@bp x > 0

will expand into

x > 0 ? @bp : nothing

and the debugger will trap at both the if node and the @bp node. It would probably be better if the user would experience @bp x > 0 as an atomic breakpoint.

Related: @bp should probably change the debugger state directly, so that it can be used outside of instrumented code. Need to change test_macro_trap and test_modscope to use something else, and reserve @bp for the interactive debugger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant