diff --git a/src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts b/src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts index da98cba0f0d..87da68d855c 100644 --- a/src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts +++ b/src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts @@ -658,7 +658,7 @@ export class DebugEditorContribution implements IDebugEditorContribution { lineSegments = []; lineDecorations.set(line, lineSegments); } - lineSegments.push(new InlineSegment(range.startColumn, text)); + lineSegments.push(new InlineSegment(iv.range.startColumn, text)); } } }