Skip to content

Improve async stepping#12817

Merged
rbuckton merged 2 commits into
masterfrom
improveAsyncStepping
Dec 22, 2016
Merged

Improve async stepping#12817
rbuckton merged 2 commits into
masterfrom
improveAsyncStepping

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

@rbuckton rbuckton commented Dec 10, 2016

Improves debug stepping for async functions in VS Code with "smartStep" enabled in your launch configuration. This specifically addresses two issues:

  • Setting a breakpoint on a line with a variable statement that contains an await in an initializer.
  • Stepping into an if statement that contains an await.

Related: #12390

@billti
Copy link
Copy Markdown
Member

billti commented Dec 19, 2016

Looks good to me, but I'm not super familiar with the code, so might want to wait for @mhegazy

@rbuckton rbuckton merged commit 4e4892a into master Dec 22, 2016
@rbuckton rbuckton deleted the improveAsyncStepping branch December 22, 2016 19:45
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants