Debugger bar doesn't show routes and queries
- wkugh
- Member | 2
Hi,
I use Nette 2.0RC on Apache 2.2.20 with PHP 5.3.6 (Ubuntu). Framework seems to work fine and requirement checker complains only about missing support for bundled GD.
I've found out that debugger bar is supposed to show also routes in use and database queries. But it doesn't. It shows only time and memory use. What could be wrong?
Thanks.
- josef.sabl
- Member | 153
Same problem here. I use Nette\Database and after upgrade to 2.0 stable queries and routes disappeared.
Enabling debugger “this way” did not help.
Setting configurator in development mode surely displays routes but feels pretty redundant to Debugger::enable(Debugger::DEVELOPMENT) which is turn feels messy considering this way of enabling Debugger. But there needs to be both of them because $configurator->setProductionMode(FALSE) does not show debugger bar.
Last edited by josef.sabl (2012-03-08 16:09)