hi
how can i debug my live project which is connect by ftp server
i am using Zend and phped
Debugging live php project
Moderator: General Moderators
Re: Debugging live php project
install the debugger for one of the IDEs. Read the help files for instructions for your platform
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Debugging live php project
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:
Haha...just a suggestion 
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;Re: Debugging live php project
If you use a GUI debugger the user experience won't be altered
Re: Debugging live php project
Also of interest: http://www.firephp.org/