Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Disabling step out/step over buttons in debug view?

Hi Norman,
I think this is a bug, (please file one). The handler for the toggle instruction step mode action should cause a refresh of the whole view so that the actions will get updated. I think that's the simplest solution, other solutions would be much more complicated.

Cheers,
Pawel

Norman Yee wrote:
I need to disable the step out and step over buttons in the debug view when the user clicks on the instruction stepping mode button because my custom DSF debugger doesn't support instruction mode step out and step over.

My run control DSF service has a doCanStep() function that returns the enabled/disabled state for the step in/step over/step out buttons but doCanStep() doesn't get called when I click on the instruction stepping mode button.  Is there a way to force doCanStep() to get called so that the buttons get updated when instruction stepping mode is enabled/disabled?


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top