(Released May 2020)
- Add support for path substitutions (
{"fromPath": "toPath"}) for GDB and LLDB (@karljs) - Support up to 65535 threads instead of 256 threads (@ColdenCullen)
- Improve thread names on embedded GDB, makes not all threads always have the same name (with @anshulrouthu)
- Added zig as supported language.
- Fix example Debug Microcontroller template
- Implement "Jump to Cursor" to skip instructions
- Fix memory dump for theia
Fixes:
- Breakpoints in SSH in other working directories properly resolved
- Undefined/null paths don't crash stacktrace
- Added kotlin to language list
(released March 2019)
- Normalize file paths in stack trace (fixes duplicate opening of files)
- New Examine memory Location UI
- Breakpoints in SSH on windows fixed (@HaronK)
- Project code improvements (@simark)
- Initial configurations contain valueFormatting now (@Yanpas)
(released March 2018)
- Support for using SSH agent
- Support multi-threading (@LeszekSwirski)
- Fixed GDB expansion logic with floats (Marcel Ball)
- Fixed attach to PID template (@gentoo90)
(0.21.2 is pushed without changes to hopefully fix vscode installation)
- Several fixes to variable pretty printers by @gentoo90
- Enabled breakpoints for crystal (@faustinoaq)
Added support for pretty printers in variable list (by @gentoo90), enable
with "valuesFormatting": "prettyPrinters" if you have a pretty printer
to get potentially improved display of variables.