microsoft / microsoft/vscode-cpptools
[Cpptools] Call Stack frame is incorrect in multiple threads app
Open
@pieandcakes is already working on this.
Since Jan 16, 2018.
debugger
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Environment data
- Operating System and version: Windows10 x64 16299
- VS Code version: 1.19.2
- C/C++ extension version: 0.14.6-beta1
- GDB: Cygwin x86
- Log messages: log.txt
Steps to reproduce
- Download and open attachment in VSCode:Thread.zip
- Set a breakpoint at line of 37 in threading.cpp
- Update the parameters "miDebuggerPath" in the launch.json
- F5
- Verify the work thread in Call Stack window
Expected behavior
There is a thread named "WorkerThreadLoop" in the Call Stack window as follow:

Actual behavior
There is no thread named "WorkerThreadLoop" in the Call Stack window as follow:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.