MCPcopy Create free account
hub / github.com/Vector35/debugger / setSteppingEnabled

Method setSteppingEnabled

ui/controlswidget.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301void DebugControlsWidget::setSteppingEnabled(bool enabled)
302{
303 m_actionStepInto->setEnabled(enabled);
304 m_actionStepOver->setEnabled(enabled);
305 m_actionStepReturn->setEnabled(enabled);
306}
307
308
309void DebugControlsWidget::updateButtons()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected