Skip to content

Commit

Permalink
fix: use lldb when debugging with C++ extension
Browse files Browse the repository at this point in the history
  • Loading branch information
roife committed Mar 28, 2024
1 parent 4bf521d commit 3521089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editors/code/src/debug.ts
Expand Up @@ -203,6 +203,10 @@ function getCCppDebugConfig(
cwd: cargoWorkspace || runnable.args.workspaceRoot,
sourceFileMap,
env,
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
osx: {
MIMode: "lldb",
},
};
}

Expand Down

0 comments on commit 3521089

Please sign in to comment.