dotnet / dotnet/vscode-csharp

Debugger: [Unstable] The call stack frame incorrectly

Open
#1,128 2 comments 0 reactions 0 assignees View on GitHub
Debugger OmniSharp
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:
![image](https://cloud.githubusercontent.com/assets/20184778/22009472/61154a5c-dcbe-11e6-9e31-ccf351a93d09.png)

## Actual behavior
The call stack frame as follow:
![image](https://cloud.githubusercontent.com/assets/20184778/22010170/9209e4de-dcc2-11e6-8b9b-2fce5fd1e558.png)

## Investigation
This issue doesn't appear every time. I try to test ten times, it can repro five times.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.