Commit 4072af01 authored by yann300's avatar yann300

play until the end even if no breakpoint

parent b5ce9d7d
......@@ -61,9 +61,7 @@ function StepManager (_parent, _traceManager) {
self.jumpTo(exceptionIndex)
})
this.buttonNavigator.event.register('play', (exceptionIndex) => {
if (self.parent.breakpointManager) {
self.parent.breakpointManager.play()
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment