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

Method setStoppingEnabled

ui/controlswidget.cpp:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291
292void DebugControlsWidget::setStoppingEnabled(bool enabled)
293{
294 m_actionRestart->setEnabled(enabled);
295 m_actionQuit->setEnabled(enabled);
296 m_actionDetach->setEnabled(enabled);
297 m_actionDetach->setVisible(enabled);
298}
299
300
301void DebugControlsWidget::setSteppingEnabled(bool enabled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected