Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Tracing PHP Applications with xdebug
Dec 27, 2007 @ 15:31:00

Continuing on from the previous part of his series, Stefan Priebsch has posted part two of his look at using XDebug over at the Zend Developer Zone.

Welcome to the second installment of our five-part series of articles on xdebug, the PHP developer's swiss army knife extension. The installation of xdebug and its basic features were covered last week. This week, we will explore the tracing feature of xdebug.

He details what tracing is and how it's helpful (no more repetitive var_dumps!) in finding issues in your code. He shows how to set up a trace log, add the code to your application to pass debugging information off to the log and how to add additional information to the log to make narrowing down the error even easier.

tagged: xdebug trace application tutorial series tracelog xdebug trace application tutorial series tracelog

Link:


Trending Topics: