Skip to content

Commit 0ca6c06

Browse files
author
Greg Van Liew
authored
Merge pull request microsoft#4801 from sean-mcmanus/patch-3
Update lldb-mi.md
2 parents 897123b + 5180599 commit 0ca6c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/cpp/lldb-mi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ sudo DevToolsSecurity --enable
7171

7272
If you want to use an LLDB.framework that is not installed with Xcode, you need to:
7373

74-
1. Copy the `lldb-mi` executable in `~/.vscode/extensions/ms.vscode-cpptools-<version>/debugAdapters/lldb-mi/bin` to the folder where the `LLDB.framework` is located.
74+
1. Copy the `lldb-mi` executable in `~/.vscode/extensions/ms-vscode.cpptools-<version>/debugAdapters/lldb-mi/bin` to the folder where the `LLDB.framework` is located.
7575

7676
2. Add the full path of `lldb-mi` to `miDebuggerPath` in your `launch.json` configuration.
7777

7878
For example, if you have the `LLDB.framework` folder located at `/Users/default/example/`, you would:
7979

80-
1. Copy `~/.vscode/extensions/ms.vscode-cpptools-<version>/debugAdapters/lldb-mi/bin/lldb-mi` into `/Users/default/example/`.
80+
1. Copy `~/.vscode/extensions/ms-vscode.cpptools-<version>/debugAdapters/lldb-mi/bin/lldb-mi` into `/Users/default/example/`.
8181

8282
2. Add the following to your existing configuration:
8383

0 commit comments

Comments
 (0)