[Lldb-commits] [PATCH] D50365: Add a new tool named "lldb-vscode" that implements the Visual Studio Code Debug Adaptor Protocol

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 8 08:31:28 PDT 2018


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.

On Wed, Aug 8, 2018 at 8:30 AM Zachary Turner <zturner at google.com> wrote:

> How does this differ from VS Code's builtin LLDB MI support?
>
> On Wed, Aug 8, 2018 at 8:15 AM Pavel Labath via Phabricator <
> reviews at reviews.llvm.org> wrote:
>
>> labath added a comment.
>>
>> To end things on a positive note: I think the test coverage is pretty
>> good (I'm sure somebody will suggest switching to lit), and I think a VS
>> code plugin would be a great addition to lldb.
>>
>>
>> https://reviews.llvm.org/D50365
>>
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180808/55c43aae/attachment.html>


More information about the lldb-commits mailing list