DescriptionAdd 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
Committed: https://github.com/dart-lang/sdk/commit/cc8139350d1afa0410dd75a27f685877e106cf03
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|