Page 1 of 1

debugging in PHP

Posted: Mon Jul 23, 2012 9:13 pm
by global_erp_solution
How can I debug in PHP? I'm using Eclipse PDT, and I wish to see the execution steps line per line like F6 in Java Debug As. Thank you.

Re: debugging in PHP

Posted: Tue Jul 24, 2012 12:50 pm
by Christopher
Take a look at xdebug. It integrates with Eclipse.