Download All text,
Ctrl+CCopy.
Xdebug official website download the appropriate
dllfile
Open the window: http://xdebug.org/wizard.php, add text to the input box, as shown in the picture:
Then as shown: Follow
Instructions
Step by step operation.
Official document: https://www.jetbrains.com/phpstorm/help/configuring-xdebug.html
Xdebug helper
Configuration, select phpStorm, and add the domain name of the URL to the whitelist. Then visit the site in the whitelist and you will see the following:
Select License server when registering, fill in http://idea.lanyus.com/
Configure php environment Configure debug
Ensure the port number is in php.in
If the port is not set, the default is
.
Set up PHP Web Application
, then configure the site
Set breakpoints
Access the Action
phpStorm will pop up automatically, We look at the variables like this: You’re done!