Skip to content

Releases: godzie44/BugStalker

v0.4.6

Choose a tag to compare

@godzie44 godzie44 released this 30 May 18:30

What's Changed

Added

  • debugger: added support for rustc 1.96
  • DAP: add notes about Zed extension

v0.4.5

Choose a tag to compare

@godzie44 godzie44 released this 18 Apr 16:22

What's Changed

Added

  • debugger: added support for rustc 1.95

Changed

  • lock gimli version to 0.33.0
  • dap: rename Zed extension id

Fixed

  • debugger: stepover may skip some lines in for loops

v0.4.4

Choose a tag to compare

@godzie44 godzie44 released this 28 Mar 17:00

What's Changed

Added

  • Yet Another DAP adapter (TCP, oneshot/daemon) by @gvtret
  • extension for Zed

v0.4.3

Choose a tag to compare

@godzie44 godzie44 released this 06 Mar 15:08

What's Changed

Added

  • debugger: added support rustc 1.94
  • debugger: help for subcommands (#81)

Changed

  • debugger: set MSRV to 1.89.0 (#139)
  • debugger: update gimli to 0.33.0

Fixed

  • debugger: panic when capacity of VecDeq equals to 0 (#144)

New Contributors

v0.4.2

Choose a tag to compare

@godzie44 godzie44 released this 23 Jan 21:30

Added

  • debugger: added support rustc 1.93

Fixed

  • console: fixed watch +w command
  • fix: now BsUnit::find_exact_place_by_pc deterministically return always first suitable place

v0.4.1

Choose a tag to compare

@godzie44 godzie44 released this 20 Jan 07:51

What's Changed

  • debugger: update syntect to 5.3.0 by @stefanboca in #128
  • debugger: fix Nix Flake by @EpicEric in #133
  • debugger: unwinder no longer stops if there is no debug information in some frame of a call stack

New Contributors

v0.4.0

Choose a tag to compare

@godzie44 godzie44 released this 05 Jan 12:16

Added

  • dap: introduce DAP extension for VS Code
  • dap: introduce DAP server

Changed

  • build: remove libunwind-specific test target

v0.3.6

Choose a tag to compare

@godzie44 godzie44 released this 13 Dec 17:05

Added

  • debugger: added support rustc 1.92

v0.3.5

Choose a tag to compare

@godzie44 godzie44 released this 03 Nov 08:23

Added

  • debugger: add GlobalContext
  • debugger: added support rustc 1.91

Changed

  • debugger: use string interner
  • debugger: use ecx/ccx/pcx/etc naming for different contexts
  • debugger: parse DIEs on demand rather than upfront to reduce initial memory load
  • debugger: reduce memory consumption for debug information representation
  • debugger: reduce memory consumption for symbol tables

Fixed

  • debugger: panic when vecdeque have infinite capacity (bug in debug info)

v0.3.4

Choose a tag to compare

@godzie44 godzie44 released this 20 Sep 08:11

Added

  • debugger: added support for rustc 1.90

Fixed

  • build: fail early at compile rather than runtime

Deprecated

  • debugger: deprecate libunwind support