From 1213c973dc83739b9e18c329736fab2e1968fcf5 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sat, 30 Dec 2017 00:50:25 +0100 Subject: [PATCH] fixed #275 --- src/debugger/Debugger.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debugger/Debugger.cxx b/src/debugger/Debugger.cxx index a8aaecf87..28bc43409 100644 --- a/src/debugger/Debugger.cxx +++ b/src/debugger/Debugger.cxx @@ -80,8 +80,6 @@ Debugger::Debugger(OSystem& osystem, Console& console) // there will only be ever one instance of debugger in Stella, // I don't care :) myStaticDebugger = this; - - saveOldState(); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -110,6 +108,8 @@ void Debugger::initialize() myBaseDialog = myDialog; myCartDebug->setDebugWidget(&(myDialog->cartDebug())); + + saveOldState(); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -