How to debug programs in phpstorm

爱喝马黛茶的安东尼
Release: 2019-08-08 13:15:56
Original
7186 people have browsed it

How to debug programs in phpstorm

1. Open phpstrom, click the file menu, and select settings.

How to debug programs in phpstorm

2. In the window that appears, select languages ​​& frameworks, and then select php.

How to debug programs in phpstorm

#3. Select the php version that has been installed on your local machine, such as 7.0.

How to debug programs in phpstorm

Related recommendations: "PhpStorm Usage Tutorial"

4. Select the directory where the php.exe file is located, as shown below:

How to debug programs in phpstorm

5. Select the file directory.

How to debug programs in phpstorm

6. After setting, as shown below:

How to debug programs in phpstorm

7. Click the ok button below to save set up.

How to debug programs in phpstorm

#8. So you can debug the program, select a file, right-click, and select run xxx.php.

How to debug programs in phpstorm

How to debug programs in phpstorm

9. A run window will appear in the following window, which is equivalent to running php from the command line.

How to debug programs in phpstorm

10. On the right side of the editor, hover the mouse over the code for a while, and a browser selection window will appear. We can select the installed browser. , such as Google Chrome.

How to debug programs in phpstorm

#11. In this way, the php file will be run on the browser, which is very convenient.

How to debug programs in phpstorm

The above is the detailed content of How to debug programs in phpstorm. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!