NYCPHP Meetup

NYPHP.org

[nycphp-talk] debugger

John Lacey jlacey at ix.netcom.com
Tue May 20 13:40:31 EDT 2003


----- Original Message -----
From: "John W. Markert" <markert at optonline.net>
To: "NYPHP Talk" <talk at nyphp.org>
Sent: Tuesday, May 20, 2003 11:23 AM
Subject: [nycphp-talk] debugger


Hi All...

Does anyone know of any PHP debugging tools other than PHP info? thanks.


well, depends on what you'd like to do and what box things are running
on...

given that phpinfo( ) can help in certain circumstances, you can place
echo or print statements strategically in your code as well as make use
of var_dump( ) and print_r( ).

print_r is particularly handy...

if on the other hand you're looking for a development/debugging
environment, Zend provides that in their Zend Studio product (for $) and
thereare also debuggers that run on a particular platform like gdb --
although gdb (the GNU debugger) may be more than you're looking for..




John
___________________________________________

John W. Markert
14 Joanna Way
Kinnelon, NJ 07405
Phone: (973)838-8956
Cell: (201)788-1740
Fax: (973)838-4561
email: markert at optonline.net



--- Unsubscribe at http://nyphp.org/list/ ---






More information about the talk mailing list