barbushin / php-console

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
MIT License
1.34k stars 283 forks source link

Ajax debugging #134

Open salarmehr opened 7 years ago

salarmehr commented 7 years ago

I do appreciate your excellent tool. It can be incredibly useful when developing single-page or ajax-intesive site. Unfortunately, there is no guidline regarding that in readme file. e.g. it is good to point out that js exceptions prevent logging remote php exception.

Until now, I couldn't get php exception in ajax response.

Also is there any way to let other exception handler can receive exception after setting headers?

Thanks again.