devoidfury / express-debug

Debug toolbar middleware for developing applications in express (node.js)
Other
199 stars 16 forks source link

Conflicts with errorface #3

Closed dylanized closed 11 years ago

dylanized commented 11 years ago

Hi - love your module. However I tried running it alongside errorface (another useful debugging module) and it made errorface stop working. Figured I'd mention it.

Details: I had errorface running, so it gives a pretty error page when something undefined is executed. I require'd express-debug, that was fine. But then when I ran express-debug's app.use line, now errorface doesn't show the pretty error page anymore. Instead it shows an unstyled normal error page.

Working

Not working

Here's the code

I started to make a kit that collects all the debugging modules into one loader, happy to keep working on it if they can run alongside each other. thanks!

dylanized commented 11 years ago

Thanks!!