--- uae/src/debug.c 2018/04/24 16:42:04 1.1.1.4 +++ uae/src/debug.c 2018/04/24 16:44:45 1.1.1.5 @@ -39,7 +39,7 @@ void activate_debugger (void) debugger_active = 1; regs.spcflags |= SPCFLAG_BRK; debugging = 1; - use_debugger = 1; + /* use_debugger = 1; */ } int firsthist = 0;