How to debug PHP through Sublime Text 3?

1

What process to debug PHP by Sublime Text 3 ?

I've read in some places that you should use Xdebug , but most of the procedures I've seen have not worked.

Note: My system is Ubuntu and I'm using PHP 7 .

    
asked by anonymous 22.04.2017 / 06:54

1 answer

3

Yes you can use Xdebug. Just install xdebug on your system Then in the sublime install the package xdebug-client Soon after, just add the breakpoints Following is an installation and configuration link: Xdebug Sublime 3

    
23.04.2017 / 03:51