Subscribe to PHP Freaks RSS

Tutorial: XDebug for developing, debugging and profiling PHP

Print
by gizmola on Nov 21, 2010 10:25:54 PM - 13,622 views

XDebug is one of the essential PHP extensions for PHP developers. The name is a bit misleading, as it implies that it is just a debugging tool. This can put people off, since getting the debugger to work with your personal editor requires an understanding of networking, and can often be confusing. Even if you can't immediately get XDebug to work as a debugger, it is still valuable as a stack trace tool, or as a color coded replacement for PHP's var_dump, or as a code coverage analysis tool, and most importantly as a profiler. In this tutorial I'll attempt to cover installation, and most of XDebug's standard features.

Read full article here: http://www.flingbits.com/tutorial/view/xdebug-for-developing-debugging-and-profiling-php

Comments

No comments have been posted.

Add Comment

Login or register to post a comment.