microsoft / microsoft/vscode-cpptools

[gdb] [Feature Request] Dedicated gdb console in VS Code

Open
#2,716 2 comments 2 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

Type: Debugger

Describe the bug
OS and Version: Ubuntu 18.04
VS Code Version: 1.28.2
C/C++ Extension Version: 0.19.0

To Reproduce

  1. Create any debug configuration
  2. Launch debugging
  3. Open debugger console
  4. try to enter gdb commands like: p var; info b; cont; ...

gdb do not recognize them, because it works in MI mode. So I need to add -exec prefix each time.
But on other IDEs (eclipse, qt creator, visualgdb) In console I can enter commands
in human style, not in MI style.
Please allow ability to work with gdb commands in human style in vscode

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

The issue names the VS Code debugger console and gdb's MI mode but no files or tests. Start by locating the extension's debugger-console handling and how gdb commands are forwarded; done means users can enter human-style gdb commands without adding the -exec prefix.

Written by the indexing model from the issue text.

Assessment

Tech stack
vscode
Domain
developer-experience
Issue type
Feature
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.