What's Changed
- Add thread and frame params for assigning variables by @tam18902 in #470
- chore: Patch yarn.lock to resolve to newer glob v10.5.0 by @jreineckearm in #474
- Relaxed error handling by @jreineckearm in #471
- Preventing "Commands" Command and cleanup by @omarArm in #472
- v1.6.0 and CHANGELOG by @jreineckearm in #475
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
frameRefargument tosendVarCreate. - Adds
GDBBackendspecific error classes. - New protected methods on
GDBDebugSessionBasethat 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