From f0c196a95c88741f4897c69dfcc61f5955bf34b2 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 23 Dec 2020 15:18:09 +0100 Subject: [PATCH] fix breakpoint manager --- libs/remix-debug/src/code/breakpointManager.ts | 1 + 1 file changed, 1 insertion(+) 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