提交 e803459d 编写于 作者: I isidor

fixes #113921

上级 8ad08b04
......@@ -432,7 +432,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
this.closeExceptionWidget();
} else if (sameUri) {
const exceptionInfo = await focusedSf.thread.exceptionInfo;
if (exceptionInfo && exceptionSf.range.startLineNumber && exceptionSf.range.startColumn) {
if (exceptionInfo) {
this.showExceptionWidget(exceptionInfo, this.debugService.getViewModel().focusedSession, exceptionSf.range.startLineNumber, exceptionSf.range.startColumn);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册