search
HomeDevelopment ToolsVSCodeA brief discussion on the method of vscode+xdebug for PHP debugging

This article will introduce to you how to use xdebug to debug PHP in vscode. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

A brief discussion on the method of vscode+xdebug for PHP debugging

Debugging is divided into two types: local debugging and remote debugging

[Recommended study: "vscode tutorial》、《PHP video tutorial》]

Local debugging

Local debugging requires prerequisites:

  • First, install xdebug extension in php. If php has been installed, you can use php -m | grep xdebug to check whether xdebug is installed.

    A brief discussion on the method of vscode+xdebug for PHP debugging

    If xdebug is not installed, you can use apt-get install php-xdebug to install it.

    Then use php --ini to find the location of the php.ini file.

    A brief discussion on the method of vscode+xdebug for PHP debugging

Then modify the php.ini file and add the following two lines

xdebug.remote_enable = 1
xdebug.remote_autostart = 1

If there is no vim in docker, you can use apt-get install vim to install vim.

  • Second, install the PHP Debug extension in vscode.


    A brief discussion on the method of vscode+xdebug for PHP debugging

    Then add the local PHP execution path in the settings.json file of vscode. The Linux system can use whereis php to find the path of the php command:


    A brief discussion on the method of vscode+xdebug for PHP debugging

Then open the launch.json file:

A brief discussion on the method of vscode+xdebug for PHP debugging

There is already a default in it Added xdebug listening on port 9000.

At this time, just add a breakpoint on a certain line of the php file.

Remote debugging

Debug the PHP project on the remote host , need to change three places:

First, modify the xdebug.ini file on the remote host

Use php --ini to find the location of xdebug.ini:

php --ri xdebug You can view the contents of the xdebug.ini file. If your xdebug.ini is configured in php.ini, modify php.ini.

A brief discussion on the method of vscode+xdebug for PHP debugging

Change the corresponding remote_host and remote_port to your own ip and port. For example, the port here is 9020.

Second, modify the launch.json file in vscode

Add a new listening configuration for port 9020 in the launch.json file of vscode, for example:

A brief discussion on the method of vscode+xdebug for PHP debugging

The name in it can be chosen casually. The port should be set to the remote corresponding port, and the pathMappings should be set to the directory corresponding to your own project.

Third, open the remote debugging interface of your computer

For example, my debugging port here is 9020, open the advanced settings of the firewall:

A brief discussion on the method of vscode+xdebug for PHP debugging
A brief discussion on the method of vscode+xdebug for PHP debugging

Then add support for port 9020 in the new rule: Port->TCP->Specific port support 9020->Just go to the next step. You can also add it to outbound rules. Support for port 9020.

The configuration is now successful. At this time, add a breakpoint and run the remote project to see that it has been broken locally. Now you can happily find bugs:).

For more programming related knowledge, please visit: Programming Video! !

The above is the detailed content of A brief discussion on the method of vscode+xdebug for PHP debugging. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:csdn. If there is any infringement, please contact admin@php.cn delete
手把手带你会习VSCode debug,不信你还不会!手把手带你会习VSCode debug,不信你还不会!Mar 31, 2022 pm 08:45 PM

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

浅析VSCode怎么关闭自动更新浅析VSCode怎么关闭自动更新Jun 02, 2022 pm 12:56 PM

VSCode怎么关闭自动更新?下面本篇文章给大家介绍一下VSCode关闭自动更新的方法,希望对大家有所帮助!

手把手带你在VSCode中配置 Geant4 和 Root手把手带你在VSCode中配置 Geant4 和 RootApr 25, 2022 pm 08:57 PM

本篇是VSCode配置文章,手把手教大家怎么在VSCode​中配置使用 Geant4 和 Root,希望对大家有所帮助!

23个提高开发效率的前端VSCode插件(快来收藏)23个提高开发效率的前端VSCode插件(快来收藏)Jul 25, 2022 pm 08:06 PM

本篇文章给大家分享23个前端VSCode插件,助你提高开发效率,让你事半功倍,快来收藏吧!

扒一扒vscode Prettier选项中的16个实用属性,让代码变美!扒一扒vscode Prettier选项中的16个实用属性,让代码变美!May 03, 2022 am 10:00 AM

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

总结分享12个好玩有趣的 VSCODE 插件总结分享12个好玩有趣的 VSCODE 插件May 27, 2022 am 11:06 AM

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?(教程分享)VSCode中如何开发uni-app?(教程分享)May 13, 2022 pm 08:11 PM

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

手把手教你在VScode中配置C/C++环境(Win下)手把手教你在VScode中配置C/C++环境(Win下)Oct 10, 2022 pm 06:52 PM

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!