News Feed
Jobs Feed
Sections




News Archive
feed this:

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



Community Events











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


framework zendframework2 interview opinion composer series community example introduction release conference testing code api functional tool development podcast unittest language

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