Get firebug to connect to Yii

I was told that I could get Firebug to connect to Yii so that I could see database connections.

In my config/main.php I added:




'class'=>'CWebLogRoute',

'levels'=>'error, warning, trace, info',

'categories'=>'system.db.CDbCommand',

'showInFireBug'=>true



but nothing is showing up.

Is there something else I need to add?

Thanks

You may already be doing this but… make sure you have firebug already open/active when you hit the page and then look at the console tab inside of firebug.