STaRDoGG Posted July 24, 2009 Share Posted July 24, 2009 I'm used to coding in .NET where I can step line by line, and see whats in each variable, set breakpoints, etc. Is there a similar way to do this (on a remote server) in PHP? I have installed Komodo which can do it, however, I'm stuck working with a server with a PHP version just slightly too old ( 4.3.8 ) to get it to work with Komodo's debugger, and I have no choice in the matter. The host won't upgrade for fear of breaking too many old scripts. Does anyone know of another way to do this, other than just adding a ton of prints? it would save me a ton of headaches doing it all in my head. Especially when working with arrays. lol TIA Link to comment https://forums.phpfreaks.com/topic/167328-debugging-php-best-ide/ Share on other sites More sharing options...
jonsjava Posted July 25, 2009 Share Posted July 25, 2009 I have triend Zend for Eclipse, and Zend 7, but they both suck. I'm still using Zend 5.5.x(can't remember the "x" version right now). It allows you to set break points, and edit conditions. Link to comment https://forums.phpfreaks.com/topic/167328-debugging-php-best-ide/#findComment-882486 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.