This is an archive of the discontinued LLVM Phabricator instance.

[lldb-vscode] remove deprecated trace option
ClosedPublic

Authored by wallace on Feb 7 2020, 4:28 PM.

Details

Summary

This option is not used anymore and has been replaced by the env var LLDBVSCODE_LOG.

Event Timeline

wallace created this revision.Feb 7 2020, 4:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2020, 4:28 PM
clayborg accepted this revision.Feb 7 2020, 4:45 PM

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.

This revision is now accepted and ready to land.Feb 7 2020, 4:45 PM
This revision was automatically updated to reflect the committed changes.