fix breakpoint manager

pull/694/head
yann300 4 years ago
parent 35b7dd3ec8
commit f0c196a95c
  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