MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / exitDebug

Method exitDebug

src/plugins/debugger/dap/dapdebugger.cpp:1347–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345}
1346
1347void DAPDebugger::exitDebug()
1348{
1349 // Change UI.
1350 editor.removeDebugLine();
1351 d->watchsModel.clear();
1352 d->localsModel.clear();
1353 d->currentDebugKit.clear();
1354
1355 d->localsModel.clear();
1356 d->stackModel.removeAll();
1357
1358 d->threadId = 0;
1359
1360 d->threads.clear();
1361 d->threadSelector->clear();
1362}
1363
1364void DAPDebugger::updateRunState(DAPDebugger::RunState state)
1365{

Callers

nothing calls this directly

Calls 3

removeDebugLineMethod · 0.45
clearMethod · 0.45
removeAllMethod · 0.45

Tested by

no test coverage detected