Hi,
I have added this code at the top of my bootstrap file (public/index.php) :
$debug = new \Phalcon\Debug(); $debug->listen();
...and then purposefully made an error in one of my PHP files. I get to see a blank screen, but not the desired Phalcon Debug screen.
I have checked previous discussions and removed the try/catch block from the bootstrap, but to no avail. Right now I can only debug by tailing the Apache log.
I must be overlooking something, but can't figure out what. Anyone got an idea? Thanks, Alex