debug is a very useful JavaScript debugging utility. It let's developers selectively enable/disable debugging messages through a DEBUG
environment variable (e.g. DEBUG=mypackage node script.js
). I was simply wondering if there was an equivalent library/package in Python land.
via Olivier Lalonde
No comments:
Post a Comment