express-debug
express-debug copied to clipboard
Debug toolbar middleware for developing applications in express (node.js)
I put `require('express-debug')(app, {});` before the application logic and it gave me the `Error: Cannot find stack` error. This [SO solution](http://stackoverflow.com/questions/28517914/express-debug-cannot-find-stack) helped me and it places that line as far...
Hi, I added some code to fix the case where the views directory in express is an array of directory paths instead of just a single path.
doesnt work on windows! ``` path.js:8 throw new TypeError('Path must be a string. Received ' + ^ TypeError: Path must be a string. Received [ 'E:\\Coding\\hypetrain\\src\\views' ] - path.js:8 assertPath...
Is it possible to run this when using cluster? I consistently get the error 'Cannot find stack' thrown from 'connectr' immediately.
Hello, It would be great to support an array of view paths there is the error was thrown with multiple view paths : `TypeError: Path must be a string. Received...
I have reviewed the code, line 91-94 is not necessary at all, and it break res.render callback.
Trying to add profile tab to panel. Don't understand the error. Please help.... ``` if ('development' === env || 'test' === env) { app.use(require('connect-livereload')()); app.use(express.static(path.join(config.root, '.tmp'))); app.use(qt.static(path.join(config.root, 'client'))); app.set('appPath', 'client');...
I'm getting this error whenever I use a panel that uses requests in its `index.js`. I located the error at `lib/index.js:56`. > Error: stream encoding should not be set >...
I'm getting the exception: > TypeError: Object.keys called on non-object > at Function.keys (native) > at Object.request.add ([...]\node_modules\express-debug\lib\request.js:11:33) > at ServerResponse.send ([...]\node_modules\express-debug\lib\response.js:122:21) > at module.exports ([...]\routes\share.js:10:23) > at Layer.handle [as...
Hi, it would be great to support Express 4.x.