You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently,
will expand into
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 changetest_macro_trap
andtest_modscope
to use something else, and reserve@bp
for the interactive debugger.The text was updated successfully, but these errors were encountered: