Skip to content

Releases: farre/midas

Bug fixes release 0.18.0

07 Jul 09:43
Compare
Choose a tag to compare

Bug fixes release

Accidentally messed up versioning, so we jumped from 0.14.0 to 0.18.0

Bug fixes & Features added

01 Jul 15:53
Compare
Choose a tag to compare
  • Added toggle-hex formatting functionality (see "Hexadecimal format of watch variables" in USAGE.md)
  • Added readMemory request - users can now use hex dump view of variables
  • Fixed instruction-stepping during disassembly not working
  • Fixed disassembly to work more reliably
  • Fixed due to new implementation of a DAP-request
  • Fixed RR reverse-continue bug
  • Make step-back icon only display during RR session

v0.11.0 pre-release

07 May 16:41
Compare
Choose a tag to compare
v0.11.0 pre-release Pre-release
Pre-release

Pre-release v0.11.0

Introduces rudimentary remote target support. See README.md on how to use.

v0.9.0 pre-release

02 May 19:21
Compare
Choose a tag to compare
v0.9.0 pre-release Pre-release
Pre-release

This release makes sure prerequisite tools like cmake, python, unzip are installed (meaning, they can be found), so that Get rr functionality doesn't just mysteriously fail.

Adds RR path to vscode session $PATH

12 Apr 07:38
Compare
Choose a tag to compare

Adds RR path to vscode session $PATH

Release of version 0.5.4

16 Aug 14:41
Compare
Choose a tag to compare

Fixes bug #139 as well as a non-related but "adjacent" bug.

Update to README includes minimal requirement for RR replay configurations.

Release of version 0.5.0

06 Jul 11:27
Compare
Choose a tag to compare

Added subscripting of watch variables that are pretty printed. If a type provides a pretty printer that has the children method, getting a range of those values is now possible, so that you don't have to go looking for them manually.

Release of version 0.4.7

31 May 07:03
Compare
Choose a tag to compare

Fixed bug introduced for Attach debug sessions, once again MI being the reason.

Release of version 0.4.6

30 May 20:57
Compare
Choose a tag to compare

What's Changed

Added minor UI features requested by #134

Minor bug fixes.

Release of version 0.4.4

29 May 09:09
Compare
Choose a tag to compare

Minor clean up and bug fix of #133