提交 bbce8de5 编写于 作者: I isidor

debug: fix opening internal modules

上级 92f46f7f
......@@ -299,7 +299,7 @@ export class CallStackController extends BaseDebugController {
if (stackFrame) {
const sideBySide = (event && (event.ctrlKey || event.metaKey));
this.debugService.openOrRevealSource(stackFrame.source.uri, stackFrame.lineNumber, preserveFocus, sideBySide).done(null, errors.onUnexpectedError);
this.debugService.openOrRevealSource(stackFrame.source, stackFrame.lineNumber, preserveFocus, sideBySide).done(null, errors.onUnexpectedError);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册