Tuesday 29 January 2019

Debug flow through express Node.js application?

I've been looking for a way to better trace the code flow through an express application built on top of Node.js.I've tried the DEBUG environment variable but it's not quite what I am looking for.I am thinking more along the lines of which files were hit as part of the middleware flow, which routers were hit, which files were rendered including filenames/line numbers/function names.This would be very, very useful.Does anything like this exist?

Submitted January 29, 2019 at 09:22PM by adamthompson22

No comments:

Post a Comment