Use vs code to write php and debug

WBOY
Release: 2016-07-29 08:51:29
Original
2697 people have browsed it

Original text from: http://www.cnblogs.com/CLR010/p/5276077.html

1. First, download vs code from the official website. Address: https://code.visualstudio.com/

2. Install the extension php- For the debug installation steps, see https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug

The specific steps are: (Ctrl+p) Enter "ext install php-debug" in the text box and press Enter and it will be ready in a moment This extension appears

使用vs code写php及调试

There is a download button in the lower right corner of the picture above (the screenshot shows that it has been downloaded, so it shows : "C:/wamp/bin/php/php5.5.12/php.exe" Add it

使用vs code写php及调试4. Configure debug

使用vs code写php及调试Select listen for xdebug

(the configuration file content does not need to be changed)

使用vs code写php及调试

5. Start wampserver

6. Open the php file, press F9 on the specified line to set a breakpoint and start debugging

7. Access it in the browser使用vs code写php及调试

The above has introduced the use of vs code to write PHP and debug it, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

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