From 84fc62500aa0d5add987cc85aea09caf9f5fc89f Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 9 Sep 2017 15:54:48 -0230 Subject: [PATCH] Updated documentation for 'savedis' in Windows fix. --- Changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.txt b/Changes.txt index fd8325819..db6cb16f6 100644 --- a/Changes.txt +++ b/Changes.txt @@ -24,6 +24,10 @@ * Fixed wrong display of HM values in debugger after 'HMCLR' has been executed. + * Fixed bug with the debugger 'savedis' command in Windows; it wasn't + actually saving the files at all. This has never been reported + before, so I guess it shows how many people use that functionality. + * Added debugger pseudo-register '_fcycles', which gives the number of CPU cycles that have occurred since the frame started.