Express Debug

screenshot of Express Debug
express

Debug toolbar middleware for developing applications in express (node.js)

Overview:

express-debug is a middleware tool for developers using express in their projects. It provides helpful debugging information in a non-obstructive manner by injecting an 'EDT' tab on web pages and mounting a standalone panel at /express-debug when needed. This tool is not intended for use in production environments and is compatible with express 3 and 4, as well as node 0.8+.

Features:

  • Useful Debugging Output: Injects information like template variables, current session, request data, and current template.
  • EDT Tab: Adds an 'EDT' tab on pages for easy access to debugging information.
  • Standalone Panel: Mounts a standalone express-debug panel at /express-debug if needed.
  • Custom Settings: Allows customization of depth, theme, extra panels, sort order, and more.
  • Compatibility: Works with express 3 and 4, and node 0.8+.

Summary:

express-debug is a valuable tool for developers using express in their projects, providing essential debugging information in a user-friendly manner. With features like an 'EDT' tab, standalone panel, and customizable settings, it enhances the development experience. Remember to use it only in development environments and refer to the documentation for detailed information on its features and settings.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.