The keyword search on Google is: "EditPlus debug PHP"
=====================================
1. Open EditPlus, choose Tools -> Configure User Tools ... "menu
2. Select "Add Tools -> Applications" in the pop-up window, give a good name for the new program, such as here we use "debug php", enter "Debug PHP" in Menu Text. Click on the button on the right side of the "command line" to find the path where your php.exe is located, for example, "c: / php/php.exe". Then click the drop-down button on the "Parameter" to select "File Path", and finally select the "capture output" check box.
3. Test now, create a new PHP file, press shortcut Ctrl 1 to activate the tools we set up (if you set multiple tools, shortcuts may vary), now you can see it already Working properly. But there is still a little less ideal: If your PHP program is wrong, you will prompt you to make a short error, click this line prompt, editplus is always prompting you to find a certain file, whether to create new. Next, we have to correct this feature.
4. Open the Just Owner Tool Settings window and find the "Debug PHP" tool just set. Click the "Output Mode" button next to the "Capture Out" check box to pop up a form that defines the output mode, remove the "Using the Default Output Mode" to remove the check box in front of "Regular Expression" In the text box, "^. In (. ) Line ([0-9] )" (excluding quotation marks), careful friends may find that the syntax of the regular expression here is used here. Then, select "Mark Expression 1" in the "File Name" drop-down menu, that is, the first parameter in the upper regular expression, "row" drop-down menu item selection "Mark Expression 2", "Column" drop-down The item remains empty. Then save the settings.
5. Ok, let's try again, double-click the number of rows, editplus automatically activates the error file, and position the cursor to the wrong line, is it particularly convenient?!
Now, EditPlus has been "transformed", it is already possible to debug PHP files, although it is not a "visual" interface, but for some normal applets, it is very easy to use.
EditPlus is really a good tool that is not much, if you have any skills, don't forget everyone to share it.