Skip to content

Debugger hangs after continuing when watch expressions are set #519

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

Closed
yobyot opened this issue Mar 1, 2017 · 2 comments
Closed

Debugger hangs after continuing when watch expressions are set #519

yobyot opened this issue Mar 1, 2017 · 2 comments
Labels
Issue-Bug A bug to squash.
Milestone

Comments

@yobyot
Copy link

yobyot commented Mar 1, 2017

System Details

  • Operating system name and version: Windows 10.0.14393
  • VS Code version: 9.1
  • PowerShell extension version: 0.9.0
  • Output from $PSVersionTable:

image

Issue Description

I am experiencing a problem with...

Debug hangs.

I cannot successfully repeat a debug session with a breakpoint. If I pick a breakpoint, reach it and then continue, sometimes the script will continue, sometimes it won't. In the attached image I attempt to illustrate the problem by pointing to the progress indication, which never stops. Sometimes, I cannot even start a debugging session.

It's a shame PowerShell debugging doesn't work well since I'd love to adopt vscode over the ISE.

2017-03-01_14-10-53

Attached Logs

PS090-logs.zip

Follow the instructions in the README
about capturing and sending logs.

@rkeithhill
Copy link
Contributor

Remove the two watch expressions and try again. There is a known issue evaluating watch expressions in 0.9.0 that has (hopefully) been fixed in the next drop - due soon.

@daviwil daviwil changed the title Problems debugging PowerShell Debugger hangs when watch expressions are set Mar 14, 2017
@daviwil daviwil changed the title Debugger hangs when watch expressions are set Debugger hangs after continuing when watch expressions are set Mar 14, 2017
@daviwil daviwil added the Issue-Bug A bug to squash. label Mar 14, 2017
@daviwil daviwil added this to the 0.10.0 milestone Mar 14, 2017
@daviwil
Copy link
Contributor

daviwil commented Mar 14, 2017

This has been fixed in PowerShell Editor Services, PowerShell extension update coming soon.

@daviwil daviwil closed this as completed Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
None yet
Development

No branches or pull requests

3 participants