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
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gba/gba-thread.c
→
src/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;