DescriptionFixed issue where initial 1KB zone buffer was not being accounted for when tracking thread zone memory usage.
Add debug step check before break and continue
This allows debuggers to set a breakpoint in a line that contains
a break or continue statement.
When running dart2js on a small program, this adds around 900 DebugStepCheck
runtime calls. I’m not sure the price is worth paying.
BUG=#28473
R=asiva@google.com
Review-Url: https://codereview.chromium.org/2651263002 .
Patch Set 1 #
Depends on Patchset: |