Chromium Code Reviews
DescriptionFix Dart_RemoveBreakpoint
The debugger code assumed that breakpoints can only be removed
while the debugger is paused. That is not true. An embedder can
remove breakpoints while the isolate is idle and running any
Dart code.
Fix for issue 3781 (http://dartbug.com/3781)
Committed: https://code.google.com/p/dart/source/detail?r=9258
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 2 (0 generated)
|