RemedyBG»Forums
311 posts / 1 project
None
RemedyBG 0.2.9.0
Edited by x13pixels on Reason: Initial post
RemedyBG 0.2.9.0 is now available for download from itch.io.

* Fixed Go To in the case that given line number is negative.
* Using the Del key while editing a watch expression will no longer delete a watch expression
inadvertently.
* Fixed crash when expression is an enum that is forward declared in a PDB.
* Updated acceleration structure for line number information to handle additional cases found in
PDBs.
* Protect disassembly output when reading inaccessible pages of memory.
* Reset working directory upon new session.
* Double-click now selects word in text editor.
* Step in when IP is on a CALL will now skip a subsequent JMP instruction.
* Fixed hexadecimal format specifier when used in character arrays.
* Added support for the lookup of static local variables.

--
George
Jesse
64 posts
Programmer at NASA GSFC
RemedyBG 0.2.9.0
Thanks George!
Jason
235 posts
RemedyBG 0.2.9.0
Edited by Jason on
Do you know if this update would solve the previous issues with lambdas? I tried the new update and it seems some instances of my lambdas are working while others aren't so just wanted to know if I needed to report this or if it is not expected to be working yet.
311 posts / 1 project
None
RemedyBG 0.2.9.0
JesseMeyer
Thanks George!


You're welcome!
311 posts / 1 project
None
RemedyBG 0.2.9.0
boagz57
Do you know if this update would solve the previous issues with lambdas? I tried the new update and it seems some instances of my lambdas are working while others aren't so just wanted to know if I needed to report this or if it is not expected to be working yet.


Expected handling of lambdas to work in this release. I would appreciate any additional details you could provide!
Jason
235 posts
RemedyBG 0.2.9.0
Sure thing man. I'll check it out more in a little bit to see if I can better direct you to the problem and I'll send you an email.