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
I'm using a javascript library which is internally using Node debug module to enable debugging. I have noticed that calling .debug.enabled() doesn't enable the logs immediately, I need to reload the page to enable debug logs.
Is there a way that debugging is enabled on the first page load itself?
P.S: I'm running a plain javascript app, not a node app.
Regards,
Nitesh
The text was updated successfully, but these errors were encountered:
Hello,
I'm using a javascript library which is internally using Node debug module to enable debugging. I have noticed that calling .debug.enabled() doesn't enable the logs immediately, I need to reload the page to enable debug logs.
Is there a way that debugging is enabled on the first page load itself?
P.S: I'm running a plain javascript app, not a node app.
Regards,
Nitesh
The text was updated successfully, but these errors were encountered: