I'm using an web application which is developed using symfony 1.4.16 with mysql. I need to see what are the sql queries running on behind some actions in the application. So in the dev mode I have enabled the web_debug in the settings.yml file.
dev:
web_debug: true
Now I can see the web debug toolbar in the browser but I cannot find a place which shows running sql quires.

Should I change more settings in order to get sql queries. Please help me on this.
