microsoft / microsoft/vscode-cpptools

Progress picker not showing the remote progresses

Open
#8,497 14 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

debugger Feature Request
Dominant language
TypeScript
Stars
6.2k
Forks
1.7k
Avg merge
14h 46m
Merged PRs (30d)
61

Description

Bug type: Debugger

Describe the bug

  • OS and Version: Windows 10, 19044.1348
  • VS Code Version: 1.62.3
  • C/C++ Extension Version: 1.7.1
  • Other extensions you installed (and if the issue persists after disabling them):
  • A clear and concise description of what the bug is.
    When specifying a remote address in launch.json, like "miDebuggerServerAddress": "192.168.35.2:6000", and setting requestType to attach, the progress picker shown is for local processes. We need the remote processes instead (with a command like info os processes for gdb).

To Reproduce
Steps to reproduce the behavior:

  1. Setup a GDB server on a remote machine
  2. Add a local launch file, that specifies miDebuggerServerAddress, with requestType set to attach.
  3. Start debugging. Expecting to see a progress picker for a remote machine,

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.

Research direction

Start by reproducing the attach flow with a launch.json configuration using miDebuggerServerAddress and requestType set to attach. Trace how the progress picker selects local processes, then investigate the GDB info os processes query; done means the picker shows remote processes for a remote GDB server.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, typescript
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.