Added a Local browser window for local variables
[clinton/Virtual-Jaguar-Rx.git] / docs / vj_ReleaseNotes.txt
index 0eaa385..42bea30 100644 (file)
@@ -11,6 +11,7 @@ Release 3 (WiP)
 7) Added the --es-all, --es-ui, --es-alpine & --es-debugger options to erase specific settings\r
 8) Added a keybindings tab and adapted the configuration dialog tabs\r
 -- User can modify the keybindings where appropriate\r
+-- Keybindings UI is displayed based on the option used (--debugger, -- alpine)\r
 9) Fixed a crash, in Release mode, when the HW labels setting is turn on\r
 10) Solved an interference between the HW labels setting and the one used by the debugger\r
 -- The setting is now only the reference used\r
@@ -18,8 +19,12 @@ Release 3 (WiP)
 12) Create a directory for EEPROMs (based on the EEPROMs setting) if it doesn't already exist\r
 13) Keep the scrollbar position in accordance of the M68K PC pointer\r
 -- UI displays the source without the need to move down/up the scrollbar\r
-14) Fixed a crash when DWARF report a source line number exceeding the number of lines present in the source file\r
+14) Fixed a crash when DWARF information report a source line number exceeding the number of lines present in a source file\r
 -- This may come from the linker vlink\r
+15) Improved the .heap section detection to avoid a detection error\r
+-- Depend vlink version, .heap section may have an Alloc flag\r
+16) Fixed a crash when DWARF information does references to missing source code files\r
+17) Added a Local browser window for local variables\r
 \r
 Release 2 (3rd September 2017)\r
 ------------------------------\r
@@ -86,7 +91,7 @@ Known issues
 2) The BPM (Breapoint) remains stuck on his address when user wants to continue the code execution\r
 -- Need to trace over the BPM or unset the BPM\r
 3) To handle DWARF 2 issues with GCC, the code must be compiled with the -gdwarf-2 option\r
-4) The Watch variables list may display not available (N/A) type information\r
+4) The Local & Watch variables list may display not available (N/A) type information\r
 -- Such missing information may be included in future release\r
 5) The 2MB mirroring is no longer applied in case of --dram-max option usage\r
 6) Stack must reflect the --dram-max option usage otherwise the stack may be corrupted\r