Releases: farre/midas
Bug fixes release 0.18.0
Bug fixes release
Accidentally messed up versioning, so we jumped from 0.14.0 to 0.18.0
Bug fixes & Features added
- 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
Pre-release v0.11.0
Introduces rudimentary remote target support. See README.md on how to use.
v0.9.0 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
Adds RR path to vscode session $PATH
Release of version 0.5.4
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
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
Fixed bug introduced for Attach debug sessions, once again MI being the reason.
Release of version 0.4.6
What's Changed
- Fix issue 134 by @theIDinside in #135
Added minor UI features requested by #134
Minor bug fixes.
Release of version 0.4.4
Minor clean up and bug fix of #133