Most doctrine debug dump related news are at:

rto: sfYaml complies for 43% with Yaml 1.2 spec 8 Feb 2010 | 07:29 pm
For a recent project I needed to write a small domain specific language. I decided to use a language based on YML, as the DSL was also array based. While reading the spec of of Yaml 1.2, I was surpris...
rto: Access Git with PHP, go GLIP! 2 Feb 2010 | 06:51 am
GLIP, a php library started by Patrik Fimml, allows you to interact with GIT repositories on your system. Although the library is not complete, it is already quite useful. Plus it’s the only library (...
More doctrine debug dump related news:
PHP custom debugging functions imanpage.com 13 Jul 2010 | 03:40 am
Here is another debugging helper for Symfony, CodeIgniter, Kohana and Zend frameworks or your applications. Normally you would use var_dump() or print _r() for debugging but dumping the data without x...
Symfony2 and Doctrine: Print sql queries in a Command blog.yoda-bzh.net 21 Aug 2011 | 11:31 pm
For debugging purposes, it's sometimes usefull to print the queries executed by a Symfony2 Command. Here is my tiny piece of code to do it.
Visually debugging Doctrine redotheoffice.com 16 Dec 2008 | 01:01 am
A short snippet to visually dump the Doctrine-data-objects to your screen. It helps me with debugging the recursive data-structures Doctrine produces.
Doctrine PDO Query in Symfony 1.4 Toolbar bonneville.be 29 Mar 2012 | 10:12 am
Comment stoquer les requettes SQL PDO dans la toolbar de Symfony 1.4 pour debuger. Comme vous ne passez pas par Doctrine il va falloir ruser pour les intégrer à la sfWebDebug toolbar. Exemple de requ...
Marco's Extended Debug for Joomla mmleoni.net 6 Sep 2010 | 01:57 am
Questo plugin estende le funzionalità di base del plugin Debug distribuito con Joomla, aggiungento diverse informazioni quali il dump delle variabili GPC (get, post, cookie), ildump delle variabili di...
Modifying the Android logcat stream for full-color debugging jsharkey.org 22 Apr 2009 | 09:01 pm
I’ve been keeping busy writing all sorts of fun stuff lately, but a few weeks ago I was really fighting with Android’s logcat debugging stream. It dumps out tons of useful information, but it’s easy ...
Lua stack dump for c++ cc.byexamples.com 20 Nov 2008 | 12:07 am
Any interactions between c++ and lua are going through lua stack. Aware of the stack status may help for debugging. I always do that, will a peek of the current Lua stack not only helps me debug my co...
How to create and debug a core dump file wiredrevolution.com 2 Nov 2012 | 09:14 pm
Debugging programs is not fun or easy but knowing how to create and analyze a core file dump from a dying program makes your life a bit easier. First off check the system core dump size limit. $ ulimi...
Debugging Data Pump session kamranagayev.wordpress.com 11 Mar 2013 | 02:30 pm
While importing a dump file, sometimes it takes too long and seems to be “hanging” and processing something unknown in the background, or queuing for something. As a DBA, you HAVE NOT wait “until it f...
Debugging in Production Part 2 – Latent Race Condition Bugs improve.dk 15 Apr 2013 | 02:31 pm
Having analyzed the process dump in part 1, let’s take a look at the code we suspect of causing the issue, in particular how race condition bugs can be avoided. Looking at the User Code There were thr...