Description
System Details
- Operating system name and version: Windows 10 (1607)
- VS Code version: 1.10.2
- PowerShell extension version: 0.11.0
- Output from
$PSVersionTable
:
Name Value
PSVersion 5.1.14393.206
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.206
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
code -v
there's no PATH to code.exe, still it does nothing
$pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
0 11 0 0
code --list-extensions --show-versions
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.206
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.206
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
debug Variables window under watcher is not populating, when a breakpoint is hit
the only thing that is showing there is $__psEditorServices_CallStack
in addition once you clear the break points and run the debugger using (current file) option it still breaks on the same breakpoints even though they are cleared.
Attached Logs
1490359376-d56af262-7155-4476-8182-b6bcffeff9111490359374739.zip
Follow the instructions in the [README](https://github.com/PowerShell/vscode-powershell#reporting-problems
1490359376-d56af262-7155-4476-8182-b6bcffeff9111490359374739.zip
)
about capturing and sending logs.