gdb issue

オープン
#14,466 コメント 11 件 リアクション 2 件 担当者 1 名 GitHub で見る

@WardenGnaw がすでに取り組んでいます。

2026年5月21日 から。

評価

この issue はまだ評価されていません。

説明

bug debugger
Environment
  • OS and version: Ubuntu 24.04
  • VS Code: 1.120
  • C/C++ extension: Microsoft c/c++
  • GDB / LLDB version: 15.1
Bug Summary and Steps to Reproduce

Bug Summary:

Steps to reproduce:
Launch the debugger in the described environment, the debugger freezes and this error is shown:

&"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"

Debugger Configurations
launch.json:
"configurations": [
        {
            "name": "C++ Debug",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceFolder}/${fileBasenameNoExtension}",
            "args": [],
            "stopAtEntry": false,
            "cwd": "${workspaceFolder}",
            "environment": [],
            "externalConsole": true,
            "MIMode": "gdb",
            "miDebuggerPath": "/usr/bin/gdb",
            "setupCommands": [
                {
                    "description": "Disable startup with shell",
                    "text": "set startup-with-shell off",
                    "ignoreFailures": false
                }
            ]
        }
    ]
Debugger Logs
N/A
Other Extensions

No response

Additional Information

No response

主要言語
TypeScript
スター
6.2k
フォーク
1.7k
平均マージ
14時間 46分
マージ済み PR(30日)
61

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/vscode-cpptools のほかの issue

microsoft/vscode-cpptools の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。