You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched all issues to ensure it has not already been reported.
Summary
Currently PowerShell breakpoints are per-line, but they support columns as well, so we could support inline breakpoints similar to typescript, e.g. have a breakpoint specifically on hi2 but not the whole block
& {"hi";"hi2";"hi3"}
Proposed Design
Wire up the debug setBreakpoint to include column information and tie that to Set-PsBreakpoint -Column.
The text was updated successfully, but these errors were encountered:
Prerequisites
Summary
Currently PowerShell breakpoints are per-line, but they support columns as well, so we could support inline breakpoints similar to typescript, e.g. have a breakpoint specifically on
hi2
but not the whole block& {"hi";"hi2";"hi3"}
Proposed Design
Wire up the debug setBreakpoint to include column information and tie that to Set-PsBreakpoint -Column.
The text was updated successfully, but these errors were encountered: