|
|
@ -99,6 +99,7 @@ export class BreakpointManager { |
|
|
|
} catch (e) { |
|
|
|
} catch (e) { |
|
|
|
console.log('cannot jump to breakpoint ' + e) |
|
|
|
console.log('cannot jump to breakpoint ' + e) |
|
|
|
currentStep += direction |
|
|
|
currentStep += direction |
|
|
|
|
|
|
|
continue |
|
|
|
} |
|
|
|
} |
|
|
|
const lineColumn = await this.locationToRowConverter(sourceLocation) |
|
|
|
const lineColumn = await this.locationToRowConverter(sourceLocation) |
|
|
|
if (!initialLine) initialLine = lineColumn |
|
|
|
if (!initialLine) initialLine = lineColumn |
|
|
|