mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
fix: use lldb when debugging with C++ extension
This commit is contained in:
parent
4bf521df35
commit
3521089985
1 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,10 @@ function getCCppDebugConfig(
|
||||||
cwd: cargoWorkspace || runnable.args.workspaceRoot,
|
cwd: cargoWorkspace || runnable.args.workspaceRoot,
|
||||||
sourceFileMap,
|
sourceFileMap,
|
||||||
env,
|
env,
|
||||||
|
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
|
||||||
|
osx: {
|
||||||
|
MIMode: "lldb",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue