The administrator has installed Xdebug 2.1.1 in our shared PHP 5.3.0 server in order to use its debugger. Now, I can hardly read the stack traces of uncatched exceptions bec
Check for xdebug_disable()Docs:
Disables stack traces Disable showing stack traces on error conditions.
Disables stack traces
Disable showing stack traces on error conditions.
See as well xdebug.default_enableDocs.