Skip to content

Fix missing prompt when launching temporary interactive debug session #539

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

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented 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

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 daviwil added this to the July 2017 milestone Jul 11, 2017
@daviwil daviwil merged commit 19a13d9 into PowerShell:master Jul 11, 2017
@daviwil daviwil deleted the fix-vsc-942 branch July 11, 2017 09:36
@daviwil daviwil modified the milestones: July 2017, 1.5.0 Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Temporary console debugging hangs on PowerShell Integrated Console prompt
2 participants