YigalB Posted January 21, 2011 Share Posted January 21, 2011 I am using 2 computers to develop my web site: Linux Ubuntu with PHP server on one computer, and XP machine as the client side. Basically things are OK, but it's not always easy to debug using printing messages. Is there a way to trace step by step and see the progress of the code, maybe even with visibility on the variables on the server diode? Quote Link to comment Share on other sites More sharing options...
xylex Posted January 21, 2011 Share Posted January 21, 2011 I have no idea what you mean by a server diode, but do some research on XDebug or Zend Debugger, both can do what you need. Quote Link to comment Share on other sites More sharing options...
YigalB Posted January 21, 2011 Author Share Posted January 21, 2011 I have no idea what you mean by a server diode, but do some research on XDebug or Zend Debugger, both can do what you need. The word "diode' should have been "side". I overlooked the speller. I think that XDebug looks good for me, I will install and see how it goes. Any advice which of these would be better for a newbie to debug PHP code? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.