Sublime Forum

Xdebug and PHP with Sublime Text

#1

Has anyone been able to get PHP debugging to work with Sublime Text? This is a must have feature for PHP coding in ST.

0 Likes

#2

Ok, I think I answered my own question after searching the net. Basically if you want to use Sublime Text as a PHP development environment then you can use xdebug by running it in a standalone client. There is one for the Mac and one on the Windows side. Not sure about Linux. If you’re on a Mac you can use MacGDBp for PHP debugging. Check out this piece xdebug.org/docs/remote .

0 Likes