[Lldb-commits] [PATCH] D84974: Enable Launching the Debugee in VSCode Terminal

Yifan Shen via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 30 12:44:06 PDT 2020


aelitashen created this revision.
aelitashen added reviewers: wallace, clayborg.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
aelitashen requested review of this revision.
Herald added a subscriber: JDevlieghere.

When turn on "Launch In Terminal" in IDE, the debugee will be launched inside the integrated terminal so that user can input values for debugging. The current version adds a response handler for the runInTerminal response from IDE to lldb. lldb will attach the program after the response is received.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84974

Files:
  lldb/tools/lldb-vscode/lldb-vscode.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84974.282019.patch
Type: text/x-patch
Size: 9235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200730/29f27766/attachment.bin>


More information about the lldb-commits mailing list