tags:

views:

31

answers:

1

I want to console with google chrome when I test my website. If I found some error, I want to see in Developer > Developer Tools >console using link. Now, my google chrome doesn't shown error link. eg. when I query from database, and I show this query using jquery but It has some error. But console can't not output this error link and can't give me something.php code. Please answer.

A: 

Chrome's Developer Tools only for client side problems only. If you'd like to debug PHP in your browser you could use FirePHP, the Firebug extension.

fabrik
Yeah, Thanks.I mean thatHow to get RID of XHR messages on console??My chrome version is 5.0.396.0.
jane
jane
Maybe you should look at it here: http://stackoverflow.com/questions/217957/how-to-print-debug-messages-in-the-google-chrome-javascript-console
fabrik