- Allso I would need to know which function does the drawing of the breakpoint circles and where is the mouse event function that calls the draw circle function.
- Which function of debugging plugin is the top function that is connected to C::B and where in C::B it is called.
- Allso I would need to know which function does the drawing of the breakpoint circles and where is the mouse event function that calls the draw circle function.
I'm implementing hw breakpoints in C::B and ...
control->MarkerSetBackground(BREAKPOINT_MARKER, wxColour(0xFF, 0x00, 0x00));
You will probably have to pass some kind of "MarginWidget" object to the cbEditor which encapsulates this functionality.this wrapper object?