mirror of https://github.com/mgba-emu/mgba.git
The debugger should not stop by default
This commit is contained in:
parent
87b17efe76
commit
6341172813
|
@ -25,7 +25,7 @@ static void _checkBreakpoints(struct ARMDebugger* debugger) {
|
|||
|
||||
void ARMDebuggerInit(struct ARMDebugger* debugger, struct ARMCore* cpu) {
|
||||
debugger->cpu = cpu;
|
||||
debugger->state = DEBUGGER_PAUSED;
|
||||
debugger->state = DEBUGGER_RUNNING;
|
||||
debugger->breakpoints = 0;
|
||||
debugger->memoryShim.original = cpu->memory;
|
||||
debugger->memoryShim.p = debugger;
|
||||
|
|
Loading…
Reference in New Issue