I'm having hard time using ZF2 because I cannot use debug_print_backtrace() like I would use it normally.
It is showing me huge amount of data from Zend\Mvc\MvcEvent object. Output looks something like this:
#1 Zend\Mvc\Controller\AbstractActionController->onDispatch(Zend\Mvc\MvcEvent Object ( .... A LOT OF DATA
,[SERVER_SOFTWARE] => Apache/2.2.20 (Ubuntu),[SERVER_NAME] => zf.localhost.com,[SERVER_ADDR] => 127.0.0.1,[SERVER_PORT] => 80, .... SOME SERVER PARAMETERS
Apache/2.2.20 (Ubuntu) Server at zf.localhost.com Port 80
...
Is there a way to not show all this MvcEvent content but still see backtrace with parameters?