News Feed
Jobs Feed
Sections




News Archive
CodeSnipers.com:
Caveman PHP Debugging
November 16, 2005 @ 05:38:49

On CodeSnipers.com today, there's this new post that aims to help with the debugging of your PHP scripts - "caveman style".

Certainly it's possible to have nice debugging tools for php (ZEND has one), unfortunately I have not had the experience of any so I will tell you how I debug php - caveman style!

Nola breaks it up into three sections:

  • Poke it with a stick (insert debug statements)
  • Bring out the club (dumping/viewing variable contents)
  • Push the boulder (using a class like Lens Debug)

There's also some code in the comments that will direct you toward one of my favorite methods - the popup Javascript output...

0 comments voice your opinion now!
caveman debugging lens debug caveman debugging lens debug


blog comments powered by Disqus

Similar Posts

Justin\'s Blog: Debugging Php

Carsten Lucke's Blog: Debugging PHP with free tools (PDT + XDebug2)

Tony Freixas's Blog: High-performance debugging

Brandon Savage's Blog: Bug-Free: Your Bug-Fixing Toolkit (Part 1 of N)

Davey Shafik's Blog: Debugging from Firefox with xdebug and Komodo


Community Events











Don't see your event here?
Let us know!


zendframework2 functional release series phpunit symfony2 database framework usergroup opinion rest language testing community development podcast unittest conference introduction interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework