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
If you're running YLT as a node package from your own code, you can still do it:
DEBUG=ylt:* node your-own-code.js
Debugging Phantomas or Puppeteer
You'll notice that the beginning of a run doesn't log anything. This is because YLT is running Phantomas and this tool has its own debugging namespace. You can debug this part simply like that:
DEBUG=phantomas:* node ...
You can even debug the underlying Puppeteer and every other tools compatible with the DEBUG environment variable: