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