express-debug is a development tool for express. It's simple middleware that injects useful debugging output into your html, in a non-obstructive way. It adds an 'EDT' tab to the right side of pages that, when clicked, displays info such as template variables (locals), current session, useful request data, and current template. If your application doesn't serve HTML, no worries, a standalone expre

