You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it can be a help to have a trace of steps when debugging problems - in general console.log helps in these cases. it can also be really useful for bug reports.
with environment variables, can turn on/off debugging for certain debug statements
might be tricky, but can probably remove from "prod" build where no console debugging is necessary.
in general, might make it easier to maintain code. esp. since graphics can sometimes be a lot of trying different things out and leaving old settings commented.
Version:
v2.x.x
v1.x.x
Issue type:
Bug
Proposal/Enhancement
Question
Discussion
Tested on:
Desktop
Chrome
Chrome Canary
Chrome dev-channel
Firefox
Opera
Microsoft IE
Microsoft Edge
Android
Chrome
Firefox
Opera
IOS
Chrome
Firefox
Opera
The text was updated successfully, but these errors were encountered:
Not just for Node, but just b/c it allows toggling debug logs with environment variables. could have different logs turned off for different test cases for example, or if you need to debug a specific problem
sasha240100
changed the title
Consider using debug module instead of console.log
DebugModule
Apr 7, 2017
https://github.com/visionmedia/debug
it can be a help to have a trace of steps when debugging problems - in general console.log helps in these cases. it can also be really useful for bug reports.
with environment variables, can turn on/off debugging for certain debug statements
might be tricky, but can probably remove from "prod" build where no console debugging is necessary.
in general, might make it easier to maintain code. esp. since graphics can sometimes be a lot of trying different things out and leaving old settings commented.
Version:
Issue type:
Tested on:
Desktop
Android
IOS
The text was updated successfully, but these errors were encountered: