Tag: sublime
Debugging with Xdebug on Sublime Text 3
Step 1 : Add following lines to your php.ini After this, restart your local server( MAMP, WAMP, XAMP, etc…. ). Step 2 : Install “Xdebug client” from package control. ( Press command/ctrl + shift + p and write “Install package” and press enter. And then write “Xdebug client” ) Step 3 : Open root of…