medismailben wrote:

I'm with @DavidSpickett here: I think we should just show the original value 
next to the modified value:

```
(lldb) settings set use-color false
(lldb) settings show use-color
use-color (boolean) = false (default: true)
```

It makes discovery easier. We could also change the color of the settings whose 
value is different from the default, like we do for variables when their value 
change between runs. If we don't want to mess with the current output of 
`settings show` I think @labath approach with the `--modified` flag is also 
reasonable but less discoverable.

https://github.com/llvm/llvm-project/pull/152338
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to