Is there any PHP editor with debugging support?
I am a beginner in PHP and facing very problem while in debugging. It would be very helpful for me.
Is there any PHP editor with debugging support?
I am a beginner in PHP and facing very problem while in debugging. It would be very helpful for me.
Most PHP IDEs have integrated support for some debugger or the other.
Maybe these questions prove helpful:
Notepad++ has a DBGP plugin that works just fine with Xdebug. Couldn't live without.