Skip to content

Fix crash when breakpoint gets hit outside of debug mode #409

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
Mar 31, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 31, 2017

This change fixes a crash that occurs when a breakpoint is hit at a time
when the debugger is not active. This is caused by some event handlers
being registered prematurely in the DebugAdapter before it gets activated
by VS Code.

Fixes PowerShell/vscode-powershell#620.

This change fixes a crash that occurs when a breakpoint is hit at a time
when the debugger is not active.  This is caused by some event handlers
being registered prematurely in the DebugAdapter before it gets activated
by VS Code.

Fixes PowerShell/vscode-powershell#620.
@daviwil daviwil added this to the 0.12.0 milestone Mar 31, 2017
@daviwil daviwil merged commit 0b2a773 into PowerShell:develop Mar 31, 2017
@daviwil daviwil deleted the fix-vsc-620 branch March 31, 2017 03:16
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.

2 participants