Show process name in Call Stack when only one debug session is active

Open
#319,689 1 comment 0 reactions 1 assignee View on GitHub

@connor4312 is already working on this.

Since Jun 3, 2026.

Assessment

This issue has not been assessed yet.

Description

debug polish

Problem
When only one debug process is running, VS Code shows a flat list
of Thread #XXXX in the Call Stack without showing the process name.
The process name only appears when two or more processes are running.

Why this is a problem
Some processes take a long time to start. During that time, if I
forget which configuration I launched, there is no way to check —
the name is simply not shown.

Expected behavior
Always show the process name as a top-level item in the Call Stack,
regardless of how many processes are running.

Suggested solution
Add a setting like debug.alwaysShowProcessName: true to force
the process name to always be visible in the Call Stack.

Dominant language
TypeScript
Stars
193k
Forks
42.9k
PR merge metrics
PR metrics pending

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.

More from microsoft/vscode

All issues in microsoft/vscode

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.