From 40550b38dc05141a02fe8c7ad1409bf38dff7c54 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 21 Apr 2018 21:59:56 -0500 Subject: [PATCH] We also need to set the debug flag --- src/apple2/apple2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apple2/apple2.c b/src/apple2/apple2.c index 13c5e80..de157c8 100644 --- a/src/apple2/apple2.c +++ b/src/apple2/apple2.c @@ -354,6 +354,7 @@ apple2_run_loop(apple2 *mach) if (apple2_debug_broke(mach->cpu->PC)) { mach->paused = true; + mach->debug = true; } if (mach->debug) {