The idea is that the code should run for a specific amount of time before the breakpoint is trigger. The API might look something like _debugger.runFor(5000). This should allow the code run for 5000ms. Need to decide whether this applies to callbacks that happen within the time limit.