diff --git a/libs/remix-debug/src/code/breakpointManager.ts b/libs/remix-debug/src/code/breakpointManager.ts index 393e8a2e2e..1e5abab48b 100644 --- a/libs/remix-debug/src/code/breakpointManager.ts +++ b/libs/remix-debug/src/code/breakpointManager.ts @@ -99,6 +99,7 @@ export class BreakpointManager { } catch (e) { console.log('cannot jump to breakpoint ' + e) currentStep += direction + continue } const lineColumn = await this.locationToRowConverter(sourceLocation) if (!initialLine) initialLine = lineColumn