devoidfury / express-debug

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

Debug panels are not rendered #9

Open L0key opened 11 years ago

L0key commented 11 years ago

Would love to use this tool, but for some reason the debug panels do not get rendered. I do get the standalone site, but this doesn't debug requests. I've tested that development environment is being enabled. Any ideas?

devoidfury commented 11 years ago

That's a good question, let's see --

1) make sure you're using the latest stable, v1.0.3 2) which templating engine are you using? and if possible, 3) could you post a bare-bones package.json + main.js that reproduces the issue?

Thanks for reporting the issue.