mirror of https://github.com/mgba-emu/mgba.git
Debugger: Fix trace
This commit is contained in:
parent
20931a89d9
commit
6ed7341b5a
|
@ -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);
|
debugger->traceVf = VFileOpen(dv->next->charValue, O_CREAT | O_WRONLY | O_APPEND);
|
||||||
}
|
}
|
||||||
if (_doTrace(debugger)) {
|
if (_doTrace(debugger)) {
|
||||||
|
debugger->d.isPaused = false;
|
||||||
mDebuggerUpdatePaused(debugger->d.p);
|
mDebuggerUpdatePaused(debugger->d.p);
|
||||||
} else {
|
} else {
|
||||||
debugger->system->printStatus(debugger->system);
|
debugger->system->printStatus(debugger->system);
|
||||||
|
|
Loading…
Reference in New Issue