[Lldb-commits] [PATCH] D74266: [lldb-vscode] remove deprecated trace option
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 16:50:06 PST 2020
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Originally this was going to enable logging to "/tmp/vscode.txt", but it is hard to log something when many packets have already gone by before sending the "launch" or "attach" requests. So this "trace" never got used. Now logging packets to a file is controlled by the LLDBVSCODE_LOG env var that the spawning process can set if logging is desired.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74266/new/
https://reviews.llvm.org/D74266
More information about the lldb-commits
mailing list