fix breakpoint manager

pull/5370/head
yann300 4 years ago
parent e8bb9612ef
commit 38d97dd2cd
  1. 1
      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

Loading…
Cancel
Save