Skip to content

The RAD Debugger v0.9.3-alpha

Compare
Choose a tag to compare
@ryanfleury ryanfleury released this 15 Jan 17:48
· 1803 commits to master since this release

This release includes the following improvements and fixes:

  • Fixed double-initialization of config on first-time startup, which was confusingly causing two windows to open up upon first-time launch. (#33)
  • Fixed line-step-into stopping at jump tables. (#36)
  • Fixed horizontally-scrolled text areas causing repeated (but invisible) animation, causing repeated rendering, even though no visible animation was happening.
  • Fixed RADDBG's usage of stale type information in PDBs, kept around due to incremental PDB writes. This solves many issues with structs sometimes appearing empty in the watch window, structs appearing as older versions of themselves, or values in structs appearing incorrectly. (#35)
  • Fixed RADDBG's interpretation of __fastfail debug events. This solves the issue of a failed assertion appearing as if the target application was hanging indefinitely.