Replies: 1 comment
-
That's a very reasonable request, yes. The exact implementation details might be a bit tricky, but that'd start with a mutable std::string m_label somewhere in there: Lines 89 to 93 in 19317d8 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes, during complex reverse engineering sessions, I end up with a lot of breakpoints and I have a hard time remembering which one is which. I've thought several times that it would be nice to be able to put a name on breakpoints to remember what they are. I guess I could keep a list in a text editor off to the side or something, but it would be nice to have all the breakpoint info together in the UI. I'd be willing to implement it myself if others think it sounds worthwhile.
Beta Was this translation helpful? Give feedback.
All reactions