Jump to content

Debugging PHP. Best IDE?


STaRDoGG

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.