You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use an LLDB.framework that is not installed with Xcode, you need to:
73
73
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.
75
75
76
76
2. Add the full path of `lldb-mi` to `miDebuggerPath` in your `launch.json` configuration.
77
77
78
78
For example, if you have the `LLDB.framework` folder located at `/Users/default/example/`, you would:
79
79
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/`.
81
81
82
82
2. Add the following to your existing configuration:
0 commit comments