Skip to content

Warnings are logged for missing debug binaries on Mac M1 #8756

@Colengms

Description

@Colengms

1.8.2/1.8.3 outputs the following warnings on Mac M1:

Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/debugserver is missing.

Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/lldb-mi is missing.

Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/lldb-argdumper is missing.

Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/lldb-launcher is missing.

This can be ignored. It's attempting to set the executable bit on all expected binaries, however these particular binaries are intended for pre-BigSur macOS, so are not applicable on Mac M1.

Opening this issue to track preventing these incorrect warnings from being logged.

Metadata

Metadata

Assignees

Labels

Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions