-
The rare few times I've used something other than console.log, the results always led me down an inane rabbit hole of irrelevant stack traces, and every time, a properly placed console.log got me the information I needed to debug the application. BenLesh/1037841556990976000
-
…in reply to @rockerest
I would go so far as to say if you *need* a tool other than console.log for debugging, your application is probably far too complicated, and should be simplified. It's been working beyond my wildest expectations for 15 years, and I expect it to continue doing so.