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

Method restartDebug

src/plugins/debugger/debugmanager.cpp:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void DebugManager::restartDebug()
188{
189 // save all modified files before debugging.
190 dpfGetService(EditorService)->saveAll();
191
192 AsynInvoke(currentDebugger->restartDebug());
193}
194
195void DebugManager::stepOver()
196{

Callers

nothing calls this directly

Calls 1

saveAllMethod · 0.45

Tested by

no test coverage detected