I use DEBUG=express:* to debug an express application.It gives me lots of useful information, but even more useful would be to see exactly what files/methods/etc. are being hit (e.g. what specific route handlers, each method called downstream from there, etc.) just to get an idea of what is going on.Is anything like this possible?
Submitted April 12, 2019 at 11:27PM by adamthompson922
No comments:
Post a Comment