-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
Copy link
Labels
by designdebuggermore votes neededIssues that have been postponed until more community members upvote itIssues that have been postponed until more community members upvote itregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Description
Environment
- OS and version: Mac OS Sequoia 15.3
- VS Code: 1.96.4
- C/C++ extension: 1.23.5
- OS and version of remote machine (if applicable): CentOS Linux 7.3
- GDB / LLDB version: GDB 10.2-6.el7
Bug Summary and Steps to Reproduce
Bug Summary:
cppdbg not launching anymore. When clicked on the green arrow to start the debugger, a clock shows on the debug button on left side bar and disappears right away. There is nothing in the DEBUG CONSOLE and no related log messages anywhere. I don't know exactly what's wrong.
How do I figure out why the debugger doesn't start?
Steps to reproduce:
- In this environment...
- With this config...
- Do '...'
- See error...
Debugger Configurations
{
"name": "UnitTest",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/cmake-build-debug/PMGUTestApp",
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"externalConsole": false,
"MIMode": "gdb",
"miDebuggerPath": "/opt/rh/devtoolset-11/root/usr/bin/gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},Debugger Logs
There is no debugger logsOther Extensions
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
by designdebuggermore votes neededIssues that have been postponed until more community members upvote itIssues that have been postponed until more community members upvote itregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release