Exception source?
I am in the debugger and I am executing a simple line like 'return $output . $footer' and up stepping over this line I find myself in an exception handler. The function specified with I register_shutdown_function(). Is there anyway in the debugger to see the cause of this 'request'?
Thank you.
请先登录再写评论。
Hi there,
Frames panel, I would guess.
The Frames panel only shows one frame, the one that contains the callback. It doesn't show the source/reason of the callback.
Don't know then, sorry. I do not use register_shutdown_function() myself.