v1.5.0
What's Changed
- Skip pausing target at startup if request has no breakpoints by @datphan9798 in #467
- Replace utf8 package with using TextDecoder API by @jreineckearm in #466
- Silently pause target before reset if running by @jreineckearm in #464
- v1.5.0 Release Preparations by @jreineckearm in #468
Resolved Issues
- Fixes
#463: Cannot use custom reset while CPU is running. - Fixes
#465: UTF-8 'Failed to decode cstring' errors for GDB with CP1252 support only. - Fixes
#467: Skip pausing target at startup if request has no breakpoints
New Contributors
- @datphan9798 made their first contribution in #467
Full Changelog: v1.4.1...v1.5.0