Changelog of @hackage/ghc-debug-brick 0.6.0.0

Revision history for ghc-debug-brick

0.6.0.0 -- 2024-04-10

  • Allow setting result size
  • Add query for searching ArrWords over a given size
  • Add support for displaying profiling info
  • Add find retainer by address
  • Add ArrWords analysis
  • Add 2-level profile census
  • Display results of profiles in window
  • Add display for eras profiling
  • Add new filter-based search workflow
  • Fix performance of queries with large results
  • Add filter by cost centre ID
  • Compile with -N to enable parallelism
  • Many more small tweaks, this is an important release!

0.5.0.0 -- 2023-06-06

  • Add find closure by info table address

0.4.0.1 -- 2023-03-09

  • Fix snapshot mode
  • Show why threads are blocked (or not)

0.4.0.0 -- 2022-12-14

  • Add command picker (Ctrl-P) for selecting commands
  • Add support for tracing SRTs
  • Better progress indicating
  • Fix some bugs with ESC not respecting the correct scopes.
  • Keybinding for multi collapse (Shift-Left)

0.3.0.0 -- 2022-10-06

  • Major improvments to interface

0.2.1.0 -- 2022-05-06

  • Add function to find closures by exact name (F8)

0.2.0.0 -- 2021-12-06

  • Second release

0.1.0.0 -- 2021-06-14

  • First release