[Lldb-commits] [lldb] [lldb-dap] Introduce the new privateConfiguration setting (PR #74748)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 7 11:50:02 PST 2023


https://github.com/clayborg commented:

I am not a fan of making a whole extra duplication of "initCommands" just to make these commands not show up in the debug console. Wouldn't a setting like:
```
  "showCommandsInDebugConsole": ["always", "error-only", "never"]
``` 
Would this achieve the same thing without needed to put these command elsewhere?

https://github.com/llvm/llvm-project/pull/74748


More information about the lldb-commits mailing list