Tracedoc. A tool that records what your code is doing so you can see exactly where things happen.

github.com/cloudwu/tracedoc

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2019
  • Merge pull request #7 from recih/bugfix
  • fix bugs leading to tracedoc.next() skipping 'false' values
  • mapchange may not trigger the handler when assign a field to false, f…
June 2018
  • Merge pull request #5 from neko1990/fix-issue-4
  • fix multi-paramter mapping didn't get invoked when only one parameter…
November 2017
  • create new copy when clear first
  • deepcopy for tracedoc.new
  • bugfix, See Issue #3
  • bugfix: See issue #3
December 2016
  • make parent dirty
  • bugfix: typo
  • bugfix: NULL only exist in changes
  • bugfix: doc len
  • don't replace sub table
  • fix last bug
  • bugfix: clear keys at last
  • add tracedoc.dump
November 2016
  • bugfix: tracedoc diff
  • bugfix: pairs , and deepcopy tracedoc
  • minor fix