PHP Debugging for configuring Sublime3 in Mac Environment
Under the menu bar Tools >> Build system >> New build System
The contents of the popup file are as follows:
{ "cmd["/usr/local/php7/bin/php", "$file"], "file_regex"^(...*?):([0-9]*):?([0-9]*)", "selector"source.php"}
Save the name as Php.sublime-build,
The saved directory is available in the Click menu bar Sublime Text >> Preferences >> Browse Packages, and then in the user directory you can find the Php7.sublime-build file you just created.
The/usr/local/php7/bin/php need to be your PHP execution path, if you enter PHP in the terminal can execute commands, you can also use PHP directly.
Then feel free to write a php file test, OK. After the COMMAND + B can be directly on the sublime debugging. No more calls to the terminal and then the CD file directory, and then php some xxx.
Put a picture:
'). addclass (' pre-numbering '). Hide (); $ (this). addclass (' has-numbering '). Parent (). append ($numbering); for (i = 1; i <= lines; i++) {$numbering. Append ($ ('
'). Text (i)); }; $numbering. FadeIn (1700); }); });
The above describes the Sublime3 add PHP7 debugging, including the sublime aspects of the content, I hope that the PHP tutorial interested in a friend helpful.