//ads:
?>
PHP: Print caught exception like Xdebug
PHP Snippet 1:
xdebug_print_function_stack($exception);
PHP Snippet 2:
echo '<table>'.$e->xdebug_message.'</table>';
PHP Snippet 3:
xdebug.show_exception_trace = 1
PHP Snippet 4:
xdebug.show_error_trace = 1
