Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@penagos penagos released this 06 Jul 01:43
· 14 commits to master since this release

This release adds the following features:

  • Impelment "Jump to Cursor" functionality (gotoTargetsRequest DAP)
  • debuggerArgs launch configuration setting: pass arbitrary arguments to the debugger extension (Fixes #20)
  • Improve verbose debugging output by including commands sent to MI debugger

This release fixes the following bugs:

  • Invalid / unavailable watch expressions are now correctly rendered in the UI in lieu of showing old previously available value
  • Stack frames with unavailable debug symbols are shown as grayed out to better convey lack of source
  • Fix failed debug launches with VSCode 1.68.0+ by reworking how the integrated terminal is used to spawn the MI debugger (Fixes #22)
  • Fix log breakpoints always resuming inferior execution (not honoring step requests)
  • Fix pretty printers not being used in Variables pane
  • Fix display for GDB dynamic variables (previously showing as scalar values)