-
Notifications
You must be signed in to change notification settings - Fork 511
Temporary console debugging hangs on PowerShell Integrated Console prompt #942
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
kborowinski opened this issue
Jul 7, 2017
· 5 comments
· Fixed by PowerShell/PowerShellEditorServices#539
Closed
Temporary console debugging hangs on PowerShell Integrated Console prompt #942
kborowinski opened this issue
Jul 7, 2017
· 5 comments
· Fixed by PowerShell/PowerShellEditorServices#539
Labels
Comments
Hey Kris, which debugging configuration are you using, is it the one called "PowerShell Interactive Session"? |
daviwil
added a commit
to daviwil/PowerShellEditorServices
that referenced
this issue
Jul 11, 2017
This change fixes an issue which causes the command prompt to not appear when you start an interactive debugging session with the -DebugServiceOnly parameter. The fix is to invoke the host's command loop in this specific case. Resolves PowerShell/vscode-powershell#942
daviwil
added a commit
to PowerShell/PowerShellEditorServices
that referenced
this issue
Jul 11, 2017
This change fixes an issue which causes the command prompt to not appear when you start an interactive debugging session with the -DebugServiceOnly parameter. The fix is to invoke the host's command loop in this specific case. Resolves PowerShell/vscode-powershell#942
Exactly David. It's "PowerShell Interactive Session" configuration.
…On Jul 11, 2017 11:10, "David Wilson" ***@***.***> wrote:
Hey Kris, which debugging configuration are you using, is it the one
called "PowerShell Interactive Session"?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#942 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APa3M8Ez4ipnjXvs58ZRd3ndYiA5XN7oks5sMzvugaJpZM4ORIEo>
.
|
Cool! Just fixed it, it'll be in the next update. |
Do I miss something? It still does not work in PowerShell 1.4.2 extension. |
Hey @kborowinski, sorry for the delay on this, it's going out with the update I'm shipping today! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Details
$PSVersionTable
:Issue Description
Temporary console debugging hangs on PowerShell Integrated Console prompt.
Note: When "createTemporaryIntegratedConsole" is set to false debugging works as exptected.
Steps to recreate
Attached Logs
1499442772-8c16997c-e92b-442f-949d-94aa6756e65b1499442771245.zip
The text was updated successfully, but these errors were encountered: