PowerTip: Find All Breakpoints in PowerShell Session
Summary: Find all breakpoints for a Windows PowerShell script. How can I see the debugging breakpoints that are set in my current Windows PowerShell session? Use the Get-PSBreakpoint cmdlet.
Dev Blogs