Unverified Commit 78c60d07 authored by yann300's avatar yann300 Committed by GitHub

Update breakpointManager.js

parent 17462c14
...@@ -107,7 +107,7 @@ class BreakpointManager { ...@@ -107,7 +107,7 @@ class BreakpointManager {
currentStep += direction currentStep += direction
} }
this.event.trigger('NoBreakpointHit', []) this.event.trigger('NoBreakpointHit', [])
if (this.debugger.stepManager && defaultToLimit) { if (defaultToLimit) {
if (direction === -1) { if (direction === -1) {
this.jumpToCallback(0) this.jumpToCallback(0)
} else if (direction === 1) { } else if (direction === 1) {
......
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