PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Configure options> <Error Reporting
Last updated: Fri, 14 Nov 2008

view this page in

PHP Debugging

Über Debugging in PHP

PHP hat keine integrierten Debugging Werkzeuge. Sie können aber einen der externen Debugger verwenden. Die » Zend IDE enthält einen Debugger und es sind auch einige freie Debugger Extensions wie DBG (» http://dd.cron.ru/dbg/i), » Advanced PHP Debugger (APD) oder » Xdebug verfügbar.



add a note add a note User Contributed Notes
PHP Debugging
online _ use _ only == hotmail.com
15-Mar-2006 03:41
I still find that printing out variable values at problem points in the code is one of the easiest ways for me to debug.  If you're interested in knowing the full contents of an object/array/scalar, then use

var_dump($var).

Configure options> <Error Reporting
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites