vscode-powershell: Debug appears to be broken in VSCode 1.26 Insider build
System Details
- Operating system name and version: Windows 10 Insider, Build 17723
- VS Code version: 1.26 Insider
- PowerShell extension version:
1.811.82 - Output from
$PSVersionTable:
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
PS C:\Tools\Scripts> code-insiders -v
1.26.0-insider
5fae91d61f12726e149fe5baed342eac2fbf8f88
x64
PS C:\Tools\Scripts> code-insiders --list-extensions --show-versions
DotJoshJohnson.xml@2.3.1
HookyQR.beautify@1.3.2
ms-python.python@2018.7.1
ms-vscode.PowerShell@1.8.2
PS C:\Tools\Scripts> $pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 8 2 0
PS C:\Tools\Scripts> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17723.1000
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17723.1000
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I am experiencing a problem with running the debugger in this version of vsCode. I click debug and the status bar turns orange, but nothing else happens. Doesn’t mater if I set a break point on the first line, nothing much happens, but I can stop the debugger.
Attached Logs
1532996349-c2e57750-2b5b-4f65-9e40-0878e560107e1532996345599.zip
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (3 by maintainers)
Holy **** batman, that one change did the trick! Thanks @tylerl0706 .
I’m sure why this file was the way that it was, but I guess something should have updated in the past and this file didn’t.
Thanks.