We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$PSVersionTable
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here: PS C:\infra> code -v 1.23.1 d0182c3417d225529c6d5ad24b7572815d0de9ac x64 PS C:\infra> $pseditor.EditorServicesVersion PS C:\infra> code --list-extensions --show-versions [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] PS C:\infra> $PSVersionTable Name Value ---- ----- PSVersion 5.1.17134.48 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.17134.48 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 PS C:\infra>
Can't execute scripts on debugger using F5 - Start Debugging. Even a simple one like this.
write-host "Test"
Using the F8 shortcut it works.
logs-diagnostic.zip logs-verbose.zip
The text was updated successfully, but these errors were encountered:
Thanks for the info! We'll take a look 👍
Sorry, something went wrong.
+1
Right now I cannot debug scripts anymore in vscode due to that issue. At least I have the same error message.
In general, the debug experience is quite awful and VSCode takes up to 30GB or RAM and crashes quite often when debugging DSC projects.
Looks like this particular issue is a race condition -- the script file name is unset after the task is fired.
No branches or pull requests
System Details
$PSVersionTable
:Issue Description
Can't execute scripts on debugger using F5 - Start Debugging.
Even a simple one like this.
Using the F8 shortcut it works.
Attached Logs
logs-diagnostic.zip
logs-verbose.zip
The text was updated successfully, but these errors were encountered: