Skip to content

The RAD Debugger v0.9.7-alpha

Compare
Choose a tag to compare
@ryanfleury ryanfleury released this 30 Jan 01:56
· 1317 commits to master since this release

This release includes the following improvements and fixes:

  • Further extended support for implicit namespace resolution in the evaluation system. (#55)
  • Support for C++ scope resolution operators in hover evaluation paths. (#55)
  • Extended the run-to-line command to work irrespective of whether or not a target is running. (#113)
  • Fixed mistreatment of AltGr inputs, causing spurious and incorrect menu bar focusing. (#59)
  • Implemented watch window change visualization, displaying when values in the watch window change after debuggee processes run. (#39)
  • Improved defaults for multi-target debugging; should prevent many cases when multiple targets are accidentally run, when only one was intended.
  • Many bugfixes relating to newer PDB symbols. This should fix some incorrect values or missing struct/class members. (#114)
  • The debugger now displays the full contents of a truncated string as a tooltip, if the mouse hovers the truncated string for a short time.
  • Fixed double-quoted strings in user-specified strings, including those attached to targets, breakpoints, or watch pins.
  • Fixed incorrect splitting of double-quoted target arguments. (#122)
  • Fixed synchronization bugs with Output log. This fixes some flickering and crashing with OutputDebugString-heavy programs. (#123)
  • Eliminated more overdraw and unnecessary work in the debugger's UI building and rendering code. This should further improve the frontend's performance on e.g. integrated GPUs.