all repos — mgba @ 5a17030c65e663cd6d3f9be710c658333f207add

mGBA Game Boy Advance Emulator

Automatically break into the debugger if it was provided at launch time
Jeffrey Pfau jeffrey@endrift.com
Mon, 03 Feb 2014 03:42:02 -0800
commit

5a17030c65e663cd6d3f9be710c658333f207add

parent

285b94b66a77c1cc439f9e2308a990ed37634c7e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/gba/gba-thread.csrc/gba/gba-thread.c

@@ -96,6 +96,7 @@ }

if (threadContext->debugger) { GBAAttachDebugger(&gba, threadContext->debugger); + ARMDebuggerEnter(threadContext->debugger, DEBUGGER_ENTER_ATTACHED); } gba.keySource = &threadContext->activeKeys;