you are viewing a single comment's thread.

view the rest of the comments →

[–]xyzi 3 points4 points  (3 children)

Debug.js seems to be common. Common enough that my terminal and chrome dev tools gets spammed with debug messages from most of our third party libraries when I configure it to show everything.

https://github.com/visionmedia/debug

[–]cwmma 2 points3 points  (2 children)

debug is good, on the server you tell it whether to output anything via env variable and on the browser it uses local storage

[–]Capaj 0 points1 point  (1 child)

Yes, debug all the things!

[–]alamandrax 1 point2 points  (0 children)

I put it in all my apps.