Skip to content

v1.6.0

Latest

Choose a tag to compare

@jreineckearm jreineckearm released this 08 Dec 15:03
· 8 commits to main since this release
9676116

What's Changed

Resolved Issues

  • Fixes #421: Using "commands" command for breakpoints locks up debugger.
  • Fixes #469: Issue with setting Program Counter ($PC$) register on Windows via GDB 12.1 using -var-assign.
  • Fixes #473: Confusing error pop-ups without additional user value in some corner cases.
  • chore #474: Patch yarn.lock to resolve to newer glob v10.5.0.

Notable Code Changes

New features

  • Adds frameRef argument to sendVarCreate.
  • Adds GDBBackend specific error classes.
  • New protected methods on GDBDebugSessionBase that can be used to check if requests can proceed and if errors shall be reported: canRequestProceed, shouldReportError.

New Contributors

Full Changelog: v1.5.0...v1.6.0