[Lldb-commits] [PATCH] D50365: Add a new tool named "lldb-vscode" that implements the Visual Studio Code Debug Adaptor Protocol
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 8 08:32:05 PDT 2018
zturner added a comment.
To elaborate, if you install the C/C++ plugin, and you go to Debug ->
Configurations, and you go down to the MICmdMode property, it is by default
set to "gdb". But you can change this to "lldb" and it works out of the
box.
https://reviews.llvm.org/D50365
More information about the lldb-commits
mailing list