Page 1 of 1

Debugging live php project

Posted: Sat Jan 24, 2009 1:22 am
by ehsan
hi

how can i debug my live project which is connect by ftp server
i am using Zend and phped

Re: Debugging live php project

Posted: Sat Jan 24, 2009 12:26 pm
by josh
install the debugger for one of the IDEs. Read the help files for instructions for your platform

Re: Debugging live php project

Posted: Mon Jan 26, 2009 4:14 am
by alex.barylski
For starters, I wouldn't debug a "live" server. Copy the code and data to a test server, figure out the issues and re-upload when fixed.

I can't imagine the reaction on peoples faces when they visited a site I was developing and all of a sudden there was colorful language like:

Code: Select all

echo "Stupid f***in thing won't work why?";
print_r($this);
exit;
Haha...just a suggestion :)

Re: Debugging live php project

Posted: Mon Jan 26, 2009 9:52 pm
by josh
If you use a GUI debugger the user experience won't be altered

Re: Debugging live php project

Posted: Tue Jan 27, 2009 1:26 am
by josh
Also of interest: http://www.firephp.org/