Skip to content
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

Debug adapter crashes trying to restore breakpoints on non-available network location #1114

Closed
sba923 opened this issue Dec 3, 2017 · 3 comments · Fixed by PowerShell/PowerShellEditorServices#581
Labels

Comments

@sba923
Copy link

sba923 commented Dec 3, 2017

I had a debugging session with a script accessed via the Remote Desktop network redirector (\\tsclient\s\...)

On the next day, I was unable to debug another (local) script, because the Debug Adapter would (apparently) try to restore breakpoints on the other (network) script, and the network location was no longer available.

In order to recover from that situation, I had to close VSCode, delete the file__0.localstorage SQLite database file, and start VSCode again.

Attached:

@TylerLeonhardt
Copy link
Member

TylerLeonhardt commented Dec 3, 2017

Thanks for reporting this!

@rkeithhill
Copy link
Contributor

I have a PR pending in PSES to fix this.

@sba923
Copy link
Author

sba923 commented Dec 6, 2017

Great! Now we're just have to wait for 1.5.2 to be released...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants