View Single Post
  #2 (permalink)  
Old 06-12-2007, 12:31 AM
TeraTask's Avatar
TeraTask TeraTask is offline
PT Admin
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 3
Join Date: Jun 2007
Location: Reno, NV
Posts: 442
iTrader: (0)
TeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to behold
Hmmm...I'm not aware of a free program. I think some of the Zend products may give you such power. For my own PHP programming I just check for what I need when I need it and generally echo it out to the screen. To make sure that I've gotten to a particular point in the program, I'll use

PHP Code:
echo __file__.":".__line__.") Got here<br />"
And, to check the value of variables at a certain point, I use something like

PHP Code:
echo "<u>".__file__.":".__line__."</u><pre>".print_r($some_variable,true)."</pre><br />"

__________________
Jeremy Miller
Content Farmer - Optimized Automated Blog Posting

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!