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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to