Commit 3eb6852c authored by yann300's avatar yann300

go tothe end if no breakpoint

parent 72f67911
...@@ -61,7 +61,7 @@ function StepManager (_parent, _traceManager) { ...@@ -61,7 +61,7 @@ function StepManager (_parent, _traceManager) {
self.jumpTo(exceptionIndex) self.jumpTo(exceptionIndex)
}) })
this.buttonNavigator.event.register('play', (exceptionIndex) => { this.buttonNavigator.event.register('play', (exceptionIndex) => {
self.parent.breakpointManager.play() self.parent.breakpointManager.play(true)
}) })
} }
......
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