njstrace lets you easily instrument and trace you code, see all function calls, arguments, return values, as well as the time spent in each function.
I want to be able to run a test with jest/mocha and then see all functions calls, arguments, return values etc.
Not sure how I would achieve that with njTrace.
1 comment
[ 2.9 ms ] story [ 7.9 ms ] threadnjstrace lets you easily instrument and trace you code, see all function calls, arguments, return values, as well as the time spent in each function.
I want to be able to run a test with jest/mocha and then see all functions calls, arguments, return values etc. Not sure how I would achieve that with njTrace.