提交 b703cdba 编写于 作者: I isidor

debug brekapoints hover messages: fix copy paste mistake

上级 5dff77e4
...@@ -591,7 +591,7 @@ export function getBreakpointMessageAndClassName(debugService: IDebugService, te ...@@ -591,7 +591,7 @@ export function getBreakpointMessageAndClassName(debugService: IDebugService, te
} }
if (breakpoint.logMessage) { if (breakpoint.logMessage) {
if (process && breakpoint.condition && !process.session.capabilities.supportsLogPoints) { if (process && !process.session.capabilities.supportsLogPoints) {
return { return {
className: 'debug-breakpoint-unsupported', className: 'debug-breakpoint-unsupported',
message: nls.localize('logBreakpointUnsupported', "Logpoints not supported by this debug type"), message: nls.localize('logBreakpointUnsupported', "Logpoints not supported by this debug type"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册