by rootsu on 8/2/2022, 10:51:24 AM with 1 comments
I saw this old thread on HN https://news.ycombinator.com/item?id=12957371 and I am interested in what other tools people have developed in last 6 years.
I made a debugging/tracing tool called logitall that adds a console.log() to every line of a Javascript codebase. It’s helped me figure out numerous complex codebases and fix bugs much faster
I saw this old thread on HN https://news.ycombinator.com/item?id=12957371 and I am interested in what other tools people have developed in last 6 years.