提交 f652102e 编写于 作者: I isidor

fixes #59331

上级 8a499f71
......@@ -419,7 +419,7 @@ export class DebugService implements IDebugService {
private launchOrAttachToSession(session: IDebugSession, focus = true): TPromise<void> {
const dbgr = this.configurationManager.getDebugger(session.configuration.type);
return session.initialize(dbgr).then(() => {
session.launchOrAttach(session.configuration).then(() => {
return session.launchOrAttach(session.configuration).then(() => {
if (focus) {
this.focusStackFrame(undefined, undefined, session);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册