[Lldb-commits] [lldb] [lldb] Highlight basenames in backtraces instead of the PC value (PR #137301)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 25 07:04:10 PDT 2025
adrian-prantl wrote:
> > I kinda like how the (highlighted) PC value creates a column. What would you say to highlighting both?
> Maybe we could use a different color? Don't have strong opinions on this.
We could try a less aggressive color like the one used for the file names. I'm wondering if whoever came up with the current color scheme was trying to use a uniform color for all numbers. Even if so, that's not necessarily a property we need to preserve.
When discussing color changes, it might be best to show screenshots of a "default" gray-on-white and a black-on-white terminal (i.e., the "Basic" and "Pro" presets in Terminal.app) to get a better idea of what it will look like with a spectrum of widely-used color schemes.
https://github.com/llvm/llvm-project/pull/137301
More information about the lldb-commits
mailing list