What's the problem?
In PHP 5.3 that syntax is not supported, it must be:
$debug = new Phalcon\Debug; $debug->listen();