This option is not used anymore and has been replaced by the env var LLDBVSCODE_LOG.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.