Skip to content

Commit f6ccf07

Browse files
committed
Fixed a misleading comment.
1 parent 97e2053 commit f6ccf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Debugging/DebugService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public async Task<FunctionBreakpointDetails[]> SetFunctionBreakpoints(
152152
psCommand.AddCommand(@"Microsoft.PowerShell.Utility\Set-PSBreakpoint");
153153
psCommand.AddParameter("Command", breakpoint.Name);
154154

155-
// Check if this is a "conditional" line breakpoint.
155+
// Check if this is a "conditional" command breakpoint.
156156
if (breakpoint.Condition != null)
157157
{
158158
ScriptBlock actionScriptBlock = GetBreakpointActionScriptBlock(breakpoint);

0 commit comments

Comments
 (0)