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

Fire and forget evaluate #1209

Merged

Conversation

TylerLeonhardt
Copy link
Member

Fixes PowerShell/vscode-powershell#2424

When you hit F8 in an interactive session that kicked the debugger on and stopped at a breakpoint, F8 would no longer work. This is because we were waiting for the original F8 to finish.

This changes the evaluate message to fire and forget which allows F8 to be run after the breakpoint is stopped.

@TylerLeonhardt TylerLeonhardt merged commit c12a8f8 into PowerShell:master Feb 26, 2020
@TylerLeonhardt TylerLeonhardt deleted the fire-and-forget-eval branch February 26, 2020 20:56
@andyleejordan
Copy link
Member

Oops, I wonder if I reintroduced this bug.

@andyleejordan
Copy link
Member

Ok, doesn't seem to be reintroduced. Must have been fixed another way, as I definitely had reverted this code (since it didn't make sense and I didn't see a reason why it was like that...which is actually this PR lol).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[2020.1.0 Preview] F8 not working while using "Interactive Session" debuging
3 participants