AshishJoshi-asj / zfdebug

Automatically exported from code.google.com/p/zfdebug
Other
0 stars 0 forks source link

error in plugin will stop ZFDebug from building output #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. raise exception in plugin

What is the expected output? What do you see instead?
It should ignore or report the error, but continue in building ZFDebug output. 
At this moment it will be handled by Zend application loop and will not display 
ZFDebug and not show error.

What version of the product are you using? On what operating system?

Please provide any additional information below.
The code in ZFDebug_Controller_Plugin_Debug::dispatchLoopShutdown() should be 
in try/catch and such situation should be handled.

Original issue reported on code.google.com by martin.m...@gmail.com on 1 Jul 2010 at 3:41

GoogleCodeExporter commented 9 years ago
What is causing the exception in the plugin?

Original comment by gugakf...@gmail.com on 6 Jul 2010 at 12:24

GoogleCodeExporter commented 9 years ago
I was developing own plugin to display our application related information. I 
made some mistake and took a while to find it. ZFDebug never displayed when the 
bug occured.

Original comment by martin.m...@gmail.com on 7 Jul 2010 at 9:45