Debugger: Async method call stack frame incorrectly
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
## Environment data
`dotnet --info` output:
OS: ubuntu.16.10-x64
VS Code version: 1.8.1
C# Extension version: 1.7.0-beta1
.NET Core version: 1.0.0-preview2-1- 003177
## Steps to reproduce
1. Download AsyncDebuggee folder in attachments directly and open with VSCode
[AsyncDebuggee.zip](https://github.com/OmniSharp/omnisharp-vscode/files/721843/AsyncDebuggee.zip)
2. Select the debug type ''.Net core Launch(console)"
3. Set a breakpoint at line of 29
4. Press F5 to start debugging
## Expected behavior
When the BP be hit, the call stack window frame should be as following:

## Actual behavior
The call stack window frame incorrectly, and debugging results are different as following:



This is the log of P2.
[P2log.txt](https://github.com/OmniSharp/omnisharp-vscode/files/721849/P2log.txt)
Contributor guide
Assessment
This issue has not been assessed yet.