-
Notifications
You must be signed in to change notification settings - Fork 500
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 process has terminated unexpectedly, when Wait-Process completes #168
Comments
Thanks. I was able to repro it. The exception info is:
Looks like another place where we need to tolerate an exception when retrieving the value of an object in the debugger. |
Hmmm, I can't get Start-Process to return anything other than null so Wait-Process doesn't work for me. How did you repro this @rkeithhill? Just trying to verify that it works on my side before I close the bug. |
Thanks! |
Have you added the -passthrough parameter? Get Outlook for Androidhttps://aka.ms/ghei36 On Tue, May 10, 2016 at 4:48 PM -0700, "David Wilson" <notifications@github.commailto:notifications@github.com> wrote: Hmmm, I can't get Start-Process to return anything other than null so Wait-Process doesn't work for me. How did you repro this @rkeithhillhttps://github.com/rkeithhill? Just trying to verify that it works on my side before I close the bug. — |
0.6.0 is now released! Let us know if you run into any further trouble. |
Again, sorry guys, I do not know if this is a VSCode bug or the PowerShell Extension bug, so I will start here:
The Codes is relativity simple:
When you run this in the Debugger, when the
$proc
process finished, the Debugger terminates unexpectedly.The text was updated successfully, but these errors were encountered: