We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e2053 commit f6ccf07Copy full SHA for f6ccf07
src/PowerShellEditorServices/Debugging/DebugService.cs
@@ -152,7 +152,7 @@ public async Task<FunctionBreakpointDetails[]> SetFunctionBreakpoints(
152
psCommand.AddCommand(@"Microsoft.PowerShell.Utility\Set-PSBreakpoint");
153
psCommand.AddParameter("Command", breakpoint.Name);
154
155
- // Check if this is a "conditional" line breakpoint.
+ // Check if this is a "conditional" command breakpoint.
156
if (breakpoint.Condition != null)
157
{
158
ScriptBlock actionScriptBlock = GetBreakpointActionScriptBlock(breakpoint);
0 commit comments