[PATCH] D65363: [lldb-vscode] add `launchCommands` to handle launch specific commands

Wanyi Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 11:35:32 PST 2019


kusmour marked an inline comment as done.
kusmour added inline comments.


================
Comment at: lldb/trunk/tools/lldb-vscode/lldb-vscode.cpp:1280
   // Reenable async events and start the event thread to catch async events.
-  g_vsc.debugger.SetAsync(true);
+  // g_vsc.debugger.SetAsync(true);
 }
----------------
wallace wrote:
> was this intentional?
ohh yes, it should be deleted


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65363/new/

https://reviews.llvm.org/D65363





More information about the llvm-commits mailing list