Skip to content

The RAD Debugger v0.9.4-alpha

Compare
Choose a tag to compare
@ryanfleury ryanfleury released this 18 Jan 05:21
· 1635 commits to master since this release

This release includes the following improvements and fixes:

  • Fixed the debugger holding handles to modules after they'd been closed by the target, while the target re-ran. This solves issues that may have been experienced with hot-reloaded DLLs. (#21)
  • Added support for visualizing base class members when a derived class instance is evaluated. (#48, #35)
  • Fixed memory view's incorrect address visualization in the footer bar. (#50)
  • Fixed debugger displaying incorrect type info for pure virtual class instances.
  • Added support for automatically casting a base class pointer to a derived class pointer, when a class instance is detected to point at the derived class' virtual function table. (#35)
  • Fixed the accidental insertion of a null byte at the beginning of the Output log.
  • Extended the evaluation system's visualizations to include the global variable to which an address points.
  • Automatically fall back on a software implementation for the D3D11 driver, if all other paths fail.
  • Disabled hover evaluation popups while scrolling. (#53)
  • Fixed broken list, omit, and only view rules.
  • Added support for mainCRTStartup and wmainCRTStartup entry point symbol names. (#61)
  • Improved stability of stepping algorithms. (#29)