Misleading error message when GDB is not installed · Issue #8836 · microsoft/vscode-cpptools · GitHub
Skip to content

Misleading error message when GDB is not installed #8836

Description

@Colengms

Bug type: Debugger

If I don't have GDB installed (yet), and try to use the 'build and debug active file' feature (on Linux, with g++), I get an error message:

image

However, all I have at this point is tasks.json (not launch.json, which it refs to), and there is no reference to miDebuggerPath in it.

It would be useful if this error message provided enough information to determine that the issue is that GDB needs to be installed.

Metadata

Metadata

Assignees

Labels

Language ServicefixedCheck the Milestone for the release in which the fix is or will be available.tasks/build/debugAn issue relating to tasks.json (e.g. build issues)

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions