RemedyBG»Forums
309 posts / 1 project
None
RemedyBG 0.3.3.0
Edited by x13pixels on Reason: Initial post
Latest version is now available for download on itch.io.

New features
* Watch expressions will now display summaries, replacing the placeholder "{ ... }".
* Added matrix formatters (",mtx", ",mtx4x3", and ",mtx3x4")
* Added option to hide addresses in disassembly window
* Adds optional "--continue" parameter to attach-to-process-by-id command-line
* Adds process name filter in Attach to Process dialog

Bug fixes
* Disassembly window is now properly sized upon first appearing.
* Fixed delta highlighting of values in watch window
* Fixed handling of folded (expanded / collapsed) state for synthetic array types

--
George
309 posts / 1 project
None
RemedyBG 0.3.3.0
Follow up release 0.3.3.1 is now available which fixes a bug reported by marc.cgk.

* Fixed uninitialized intrinsic display kind used by coerced vector types. This could manifest in problems displaying synthetic types (e.g., __locals or __params)
Jason
235 posts
RemedyBG 0.3.3.0
Nice, there are some features here I've been waiting for for a while. Nice work!
309 posts / 1 project
None
RemedyBG 0.3.3.0
Thanks Jason.

All,

Another follow up release is available, 0.3.3.2 which fixes bugs reported by philoez98 and flyingsolomon.

* Fixed display of error messages in watch. [philoez98]
* Fixed context menu when right-clicking memory/string view. [flyingsolomon]
* Fixed copying formatted matrix values to clipboard. [flyingsolomon]
309 posts / 1 project
None
RemedyBG 0.3.3.0
And some additional fixes as 0.3.3.3...

* Limits maximum depth when building summary to prevent infinite recursion in self-referential data
structures [D. Capello, The Sandvich Maker]
* Fixes scroll within string view [philoez98]
* Fixes handling of locked expressions in watch window [philoez98]
* Properly truncate string in summary when length is specified [fda0]