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 .
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 .
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