-
Notifications
You must be signed in to change notification settings - Fork 510
Powershell debugger is freezing in VS code #3539
New issue
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
Comments
vscode-powershell.log: 8/31/2021 4:45:39 PM [NORMAL] - Session file found EditorServices.log: 2021-08-31 16:46:51.922 -04:00 [WRN] Runtime exception occurred while executing command
2021-08-31 16:46:51.928 -04:00 [WRN] Runtime exception occurred while executing command
|
Hi, Can you reproduce this using PowerShell Core? I cannot. About to try with Windows PowerShell. |
Also @olegk25 could you please provide more logging and environment information by following these steps? Specifically please turn on diagnostic logging. It's helpful to see where it failed, but I want to know what it was doing as it got to that point. |
Hello @andschwa , I've found a workaround by removing (disabling did not help) all other extensions. Now I'll be adding them back and see if I can reproduce the issue again. And thank you for the diagnostics tip :) |
Hey that's interesting...let me know which one you find that causes the issue! |
well, no luck catching it again so far... Maybe it was something else. Closing the ticket as non-reproducible |
There's a new version of the preview extension out today too! |
Prerequisites
Summary
PowerShell debugger becomes absolutely irresponsive after ANY breakpoint stop.
PowerShell Version
Visual Studio Code Version
Extension Version
[email protected]
Steps to Reproduce
Consider a very simple script like
Get-ChildItem -Path 'c:' | ForEach-Object {
$f = $_.FullName
$f
}
c
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: