Debugger: Fix trace

This commit is contained in:
Vicki Pfau 2023-09-06 18:57:37 -07:00
parent 20931a89d9
commit 6ed7341b5a
1 changed files with 1 additions and 0 deletions

View File

@ -832,6 +832,7 @@ static void _trace(struct CLIDebugger* debugger, struct CLIDebugVector* dv) {
debugger->traceVf = VFileOpen(dv->next->charValue, O_CREAT | O_WRONLY | O_APPEND);
}
if (_doTrace(debugger)) {
debugger->d.isPaused = false;
mDebuggerUpdatePaused(debugger->d.p);
} else {
debugger->system->printStatus(debugger->system);