From 860e64af214ee19630d2c8d0e8cc4d5ac89889fb Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 27 Feb 2006 15:58:34 +0000 Subject: [PATCH] 2.5.0.11 --- AppleWin/docs/Debugger_Changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AppleWin/docs/Debugger_Changelog.txt b/AppleWin/docs/Debugger_Changelog.txt index e55d6613..aa6308ad 100644 --- a/AppleWin/docs/Debugger_Changelog.txt +++ b/AppleWin/docs/Debugger_Changelog.txt @@ -1,5 +1,10 @@ /* +.11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true +.10 Added: double forward slash on command line now ignores rest of command (same as C++ comment) +.9 Added: Legacy Apple "Monitor" Commands in ExecuteCommand() + ####G (JMP $Address) + ####L (Unassemble) .8 Fixed console input length not updated from script line length in CmdConfigRun() .7 Fixed script read hang in GetLinePointers() .6 Fixed Assembler storing one too many bytes in AssemblerPokeAddress()