From 5a0e4f61a00bd2c46c302d6cf87697e7af2f5f7f Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Sun, 20 Feb 2011 17:41:20 +0000 Subject: [PATCH] 2.7.0.11 Fixed: Breakpoints and Watches no longer disappear. --- AppleWin/docs/Debugger_Changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AppleWin/docs/Debugger_Changelog.txt b/AppleWin/docs/Debugger_Changelog.txt index c7de8e28..cc6de708 100644 --- a/AppleWin/docs/Debugger_Changelog.txt +++ b/AppleWin/docs/Debugger_Changelog.txt @@ -1,6 +1,7 @@ /* -2.7.0.10 - Added: Watches now show (dynamic) raw hex bytes +2.7.0.11 +.11 Fixed: Breakpoints and Watches no longer disappear. +.10 Added: Watches now show (dynamic) raw hex bytes Changed: Lowered watches down from 16 to 8. .9 Fixed: Bookmarks weren't initialized to zero.