On a stack trace returned from a PHP application in development, long string arguments to a function are truncated when display on the error page:
Abstract.php(238): Zend_Db_Adapter_Abstract->query('INSERT INTO "tb...', Array)
How can I expand the query argument so the full text is visible? The server is running PHP 5.3.3.