Replies: 6 comments 2 replies
-
@hedgeberg Well, the answer is yes and no, unfortunately. If you go to Edit->Tool Options...->Debugger-> Colors, you can change the color of the background in the listings associated with a breakpoint in various states (enabled, disabled, inactive, etc.). This does not, however, change the color of the icon proper used in the margin of the listings and in the Breakpoints window. Right now, to change that you would have to replace the icon itself in Debug Debugger src/main/resources/images, which you could definitely do but obviously is a bit more work. That said, we certainly get it and will look into the issue. Not sure we can make the icons customizable, but we could probably figure out an easy way to swap in an alternate color set. |
Beta Was this translation helpful? Give feedback.
-
NB: If you do go the changing the background route until we have a better solution, bear in mind clicking the address in the Breakpoints window will take you to that address in the listing, so that you can see the context. Not ideal, I know, but.... |
Beta Was this translation helpful? Give feedback.
-
We could also update the icons to be visually different more than in just color. For example, the disabled breakpoint could have have a line through it. |
Beta Was this translation helpful? Give feedback.
-
@dragonmacher hadn't thought of that - seems like an obviously good first step now that you mention it |
Beta Was this translation helpful? Give feedback.
-
I should check the tooltip too. I think it’s currently empty, or the lock on restoring the column means it appears empty. |
Beta Was this translation helpful? Give feedback.
-
Fixed by f97ced9 |
Beta Was this translation helpful? Give feedback.
-
Folks,
I have an intern who's been using some of the tooling I whipped up to analyze a binary with me in the debugger. He's red/green colorblind, which created a bit of confusion when we were working with breakpoints just now, see:
He has trouble differentiating between the grey and the red, which appears to be the only way to tell if a saved breakpoint is active in the current session. Is there an easy way to tweak debugger colors currently? If not, it might be worth considering.
Beta Was this translation helpful? Give feedback.
All reactions