提交 416f24c4 编写于 作者: I isidor

allow to stop an initialising session

fixes #47863
上级 b6a50881
......@@ -340,7 +340,7 @@ export class StopAction extends AbstractDebugAction {
}
protected isEnabled(state: State): boolean {
return super.isEnabled(state) && (state === State.Running || state === State.Stopped);
return super.isEnabled(state) && (state !== State.Inactive);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册