[Lldb-commits] [lldb] [lldb][breakpointoptions] Make disabled keyword red (PR #91404)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed May 8 10:27:07 PDT 2024


medismailben wrote:

More of a styling preference, but I wouldn't use red as the color for disabled breakpoint, I think it would be more suited for unresolved ones (that could be done in a follow-up). Instead, I'd use the `ANSI_CTRL_FAINT` escape code to match what you can find in many IDEs.

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


More information about the lldb-commits mailing list