I want to console with Google chrome when I test my website. If I found some error, I want to see it 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 output this error link and can’t give me something.php code.
Share
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.