Rand Stats

Dawa

cpan:BDUGGAN
0.0.7 2022-03-18
  - New s/step command
  - Add logic to avoid breaking some pair constructors

0.0.6 2022-03-08
  - Add defer and quit commands.
  - improve display of threads (footnotes)
  - fix auth in META.json
  - update documentation
  - add a lock for writing to stdout

0.0.5 2022-02-27
  - Try to fix AST problems caused by sink context
  - Add ability to eval in another thread
  - remove "track"; just track all threads

0.0.4 2022-02-25
  - call maybe_stop first in the AST (bug fix)
  - fix highlighting
  - better colors
  - add "track" export, and "threads" command

0.0.3 2022-02-23
  - add breakpoints
  - add thread support with a lock
  - improve docs

0.0.2 2022-02-16
  - add ls, ls -a
  - add Dawa::Debugger::Commands, and refactor

0.0.1  2022-02-11
  Initial release