microsoft / microsoft/vscode-cpptools

[Cpptools] Call Stack frame is incorrect in multiple threads app

Open
#1,446 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Download and open attachment in VSCode:Thread.zip
  2. Set a breakpoint at line of 37 in threading.cpp
  3. Update the parameters "miDebuggerPath" in the launch.json
  4. F5
  5. Verify the work thread in Call Stack window

Expected behavior
There is a thread named "WorkerThreadLoop" in the Call Stack window as follow:
image

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.