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

Method performStepInto

ui/controlswidget.cpp:218–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218void DebugControlsWidget::performStepInto()
219{
220 BNFunctionGraphType graphType = NormalFunctionGraph;
221 UIContext* context = UIContext::contextForWidget(this);
222 if (context && context->getCurrentView())
223 graphType = context->getCurrentView()->getILViewType();
224
225 if (graphType == InvalidILViewType)
226 graphType = NormalFunctionGraph;
227
228 m_controller->StepInto(graphType);
229}
230
231
232void DebugControlsWidget::performStepOver()

Callers

nothing calls this directly

Calls 1

StepIntoMethod · 0.45

Tested by

no test coverage detected