RemedyBG»Forums
306 posts / 1 project
None
RemedyBG 0.2.8.9
Edited by x13pixels on Reason: moved bug to new feature
Latest release of RemedyBG, 0.2.8.9, is now available.

Bug fixes
* Fix to allow line number information in the symbol file to be in an arbitrary order. This fixes the problem reported for PDBs output from the Zig compiler.
 * Fixed a watch window crash that happened when a watch expression is deleted while in the middle of the watch expression render loop.
 * Auto-scroll the output window only if the scroll position is at the end.
 * The string view now spans the entire width of the watch window.
 * Fixed parser for format specifiers to allow both hexadecimal format specifiers along with an  expression to control number of array elements, e.g., "some_array, x 5".

New features
* Added __locals synthetic structure. This identifier can be used to display the local variables in  the current (or specified) frame.
 * Added __params synthetic structure. This identifier can be used to display a function's parameters in the current (or specified) frame.
 * Added a "Send to Memory Window" option in the watch window to allow quickly copying an expression from the watch window to the memory window. 
* Added 'attach-to-process-by-id' to command-line driver commands.

--
George
Jason
235 posts
RemedyBG 0.2.8.9
Awesome. I think I'm going to purchase your product given how consistent you are in updating it and responsive you've been on this forum. It also seems pretty stable at this point from Casey's steams. Thank you for your efforts on this.
Jesse
64 posts
Programmer at NASA GSFC
RemedyBG 0.2.8.9
Thanks!