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

Method setStartingEnabled

ui/controlswidget.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282
283void DebugControlsWidget::setStartingEnabled(bool enabled)
284{
285 m_actionRun->setEnabled(enabled && canExec());
286 // TODO: we need to support specifying whether the adapter supports attaching to a pid
287 m_actionAttachPid->setEnabled(enabled && canExec());
288 m_actionAttachPid->setVisible(enabled);
289}
290
291
292void DebugControlsWidget::setStoppingEnabled(bool enabled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected