|
|
@ -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) { |
|
|
|