Skip to content
Snippets Groups Projects
Commit 2e00ad30 authored by chiles's avatar chiles
Browse files

Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any
breakpoints at the current code location.  When there are no longer any
breakpoints at this location, it foregoes setting an after breakpoint to
re-establish the break instruction at this code location.  There is no reason
to plan to re-establish the break instruction since there are no longer any
active breakpoints at the location.

Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from
the code when there are no longer any active breakpoints at the code location.
parent 6a392f5f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment