I felt in love
with Phalcon Framework, as much, as i felt in love
with Nette Framework. But, there was a thing, that i've missed so much, – Tracy. Tracy is Nette's Framework Debugger. Homepage: tracy.nette.org
Well, at first, i was thinking about making guide on how to connect Tracy, but, instead of it (because i'm lazy) i did small example app, where you can taste Tracy in action. Tip: look inside bootstrap.php and in IndexController.php
UPDATE: Few hours ago, i've check github repository & found .phar version 2.2.3 (release). Unfortunately, i dont remember why exactly i was needed to modifiy some parts of Tracy, but with phar-version it runs even simplier!
require 'path/to/tracy.phar';
Tracy\Debugger::Enable($isProductionMode, $logDirectory, $email);