Closed
Description
System Details
- Operating system name and version: Windows 7 Enterprise (x64)
- VS Code version: 1.10.2
- PowerShell extension version: 0.11.0
- Output from
$PSVersionTable
:
Name Value
---- -----
PSVersion 4.0
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
CLRVersion 4.0.30319.42000
BuildVersion 6.3.9600.17400
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0}
PSRemotingProtocolVersion 2.2
Issue Description
Somehow I still hit breakpoints even after I remove them and start debugging again.
For reproducing, I add a simple breakpoint:
Then I stop debugging, remove the breakpoint by clicking the red circle, and I start debugging again. I still hit the breakpoint:
Get-PSBreakPoint
shows that it still exists:
Logs don't seem to contain any useful information, but if helpful I'll turn on verbose logging and attach those. Update: Log when repeating steps