Unverified Commit 462d6f92 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #920 from ethereum/yann300-patch-19

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