Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Solutions that cannot be debugged by vscode PHP

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail the solutions that can not be debugged in vscode PHP. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.

What if vscode PHP cannot debug? The method of debugging php by vscode

Xdebug debug vscode

Download the xdebug.dll extension library

Php.ini configuration

[XDebug] xdebug.remote_enable = 1 xdebug.remote_autostart = 1 zend_extension= "D:\ phpstudy-2018\ PHPTutorial\ php\ php-5.5.38\ ext\ php_xdebug.dll"

Vscode installation plug-in php debug,php xdebug

Add configuration: {"name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9000}, {"name": "Launch currently open script", "type": "php" "request": "launch", "program": "${file}", "cwd": "${fileDirname}", "port": 9000}

There are two options when debugging: select "Listen for XDebug" to mark yourself to open the browser, enter the URL-enter the breakpoint.

Select the "Launch currently open script" flag to debug the current file.

This is the end of this article on "Solutions that cannot be debugged in vscode PHP". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report