▲ | cluckindan 5 days ago | |
Print debugging is historical / offline debugging, just ad-hoc instead of systemic. The ”debug” package on npm is something in between, as it requires inserting debug statements but they are hidden from output unless an envvar like DEBUG=scope.subscope.*,otherscope is used. |