I have checked the phalcon console (psysh) option and it has given me a lot of details, are there any usage examples? I managed to get it to work, but I have observed that in this line: https://github.com/phalcon/phalcon-devtools/blob/master/src/Commands/Builtin/Console.php#L50 Capture the string of --include="console/default.php", why is it done that way? The solution for me was to edit that line, something else: aren't there many examples of that because it is something external that

The other point is that I wanted to use a debugging tool like this: https://github.com/jymboche/phalcon-debug-widget But it is a separate development and I have made it work up to a part, it does not recognize the query db. Is there a tool that covers that purpose?