Chromium Code Reviews
DescriptionFix a bug where breakpoints where not getting properly deleted.
This bug was causing it to be impossible to single-step to locations
which had deleted breakpoints.
In fixing this problem, another issue was exposed, where, if we single
step while at a breakpoint, we would hit the same pc twice in the
debugger. I have added a "skip step" mechanism which allows us to
skip the next single-step after a breakpoint.
Added a test.
Closes #25465
R=johnmccutchan@google.com
Committed: https://github.com/dart-lang/sdk/commit/bf130de6c0fda66ac711b0e21d9db3c714f71444
Patch Set 1 #Patch Set 2 : code review #Patch Set 3 : move branch #Patch Set 4 : reorder line #
Messages
Total messages: 9 (4 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||