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.
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!
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!