提交 ba2c2242 编写于 作者: I isidor

fixes #4935

上级 d99d89dc
......@@ -988,7 +988,7 @@ export class BreakpointsRenderer implements tree.IRenderer {
data.checkbox.checked = breakpoint.enabled;
data.actionBar.context = breakpoint;
const debugActive = this.debugService.state === debug.State.Running || this.debugService.state === debug.State.Stopped;
const debugActive = this.debugService.state === debug.State.Running || this.debugService.state === debug.State.Stopped || this.debugService.state === debug.State.Initializing;
if (debugActive && !breakpoint.verified) {
tree.addTraits('disabled', [breakpoint]);
if (breakpoint.message) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册