Jump to content

looking for a php debugger


lordrt

Recommended Posts

http://www.aptana.com/ studio is a free php ide with debugger.

Eclipse ide is free too.

 

but these 2 are imo slow to load. phpED is fast but comes with a cost.

phpDesigner looks nice but is slow too.

 

 

 

I personally use Eclipse with the PDT module.  However, none of these provide debugging without XDebug installed in PHP.

thanks gizmola and resting, will have a look at them but I think will go for Xdebug

 

I think the point is, Xdebug facilitates debugging.  There are some things that XDebug provides that don't require a client, but to get what I think you want, which is traditional IDE style debugging, you'll also need an IDE that can make use of the XDebug api.  I'm guessing that most if not all the editors that people have brought up, will work with XDebug, once properly configured.

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.