diff --git a/ChangeLog.txt b/ChangeLog.txt index 4fe1f7777e..735919e139 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-07-05 17:50 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru) + * src/debug/debugger.prg + ! Set debugger activity flag before restoring settings. + 2013-07-05 17:05 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru) * src/debug/debugger.prg ! Fixed a typo in my last commit. diff --git a/src/debug/debugger.prg b/src/debug/debugger.prg index e2167c9af7..3a76d2c535 100644 --- a/src/debug/debugger.prg +++ b/src/debug/debugger.prg @@ -397,7 +397,9 @@ METHOD New() CLASS HBDebugger IF hb_FileExists( ::cSettingsFileName ) ::Show() + ::lActive := .T. ::LoadSettings() + ::lActive := .F. ::lGo := ::lRunAtStartup // Once again after settings file is loaded ENDIF