Is there a statement in Dart to make the debugger halt without setting a breakpoint while debugging?
There are situations where it would be helpful be able to hardcode a breakpoint. I run into this for example to simplify remote debugging, to ensure the execution stops early and then I can add further breakpoints using the debugger.