Debugger: [Unstable] The 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: debian.8-x64
VS Code version: 1.8.1
C# Extension version: 1.6.2
.NET Core version: 1.0.0-preview2 - 003121
## Steps to reproduce
1. Download hwapp folder in attachments directly and open with VSCode
[hwapp.zip](https://github.com/OmniSharp/omnisharp-vscode/files/710148/hwapp.zip)
2. Select the debug type ''.Net core Launch(console)"
3. Press F5 to start debugging
## Expected behavior
When the cursor hit 'Debugger.Break()', call stack frame should as follow:

## Actual behavior
The call stack frame as follow:

## Investigation
This issue doesn't appear every time. I try to test ten times, it can repro five times.
Contributor guide
Assessment
This issue has not been assessed yet.