Skip to content

Fixes no prompt showing up #1097

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 2 commits into from
Nov 12, 2019

Conversation

TylerLeonhardt
Copy link
Member

fixes PowerShell/vscode-powershell#1850

After reading the code, I realized that this was much simpler than I initially thought. No newline was written when a breakpoint was hit and so no prompt was being written because the cursor position was in the same location.

I'm not sure if this also fixes the mixed output... I don't think it does.

Co-Authored-By: Robert Holt <[email protected]>
@TylerLeonhardt
Copy link
Member Author

just waiting to see if this fixes the issue for the user. It should but I sent them a vsix.

@TylerLeonhardt
Copy link
Member Author

Fixed it for them!

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

Successfully merging this pull request may close these issues.

[DBG] prompt not displayed when breakpoint hit unless Enter is pressed
3 participants