Home > Backend Development > PHP Tutorial > phpStorm 10 breakpoint debugging

phpStorm 10 breakpoint debugging

WBOY
Release: 2016-07-29 09:06:05
Original
1246 people have browsed it

Download All text,

Ctrl+C

Copy.

Xdebug official website download the appropriate

dll

file

Open the window: http://xdebug.org/wizard.php, add text to the input box, as shown in the picture: phpStorm 10 breakpoint debugging

Then as shown: Follow Instructions Step by step operation.

Settings

php.ini

phpStorm 10 breakpoint debuggingOfficial document: https://www.jetbrains.com/phpstorm/help/configuring-xdebug.html

Download

Xdebug helperphpStorm 10 breakpoint debugging

chrome online application Store https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc?hl=zh-CNConfiguration, select phpStorm, and add the domain name of the URL to the whitelist.

phpStorm 10 breakpoint debugging Then visit the site in the whitelist and you will see the following:

Download phpStorm

Crack

Official website download: https://www.jetbrains.com/phpstorm/download/#section =windows-version

Select License server when registering, fill in phpStorm 10 breakpoint debugginghttp://idea.lanyus.com/

Configure php environment

phpStorm 10 breakpoint debugging

Configure debug


Ensure the port number is in php.in If the port is not set, the default is

9000

.

phpStorm 10 breakpoint debugging

    Set up
  • DBGp Proxy

    phpStorm 10 breakpoint debuggingSet up PHP Web Application

  • Set up server

    phpStorm 10 breakpoint debugging

  • Add configuration, in the upper right corner of phpStorm, select
Edit Configurations.. .

, then configure the site

  • phpStorm 10 breakpoint debugging

  • Start Listening for PHP Debug Connections

    Set breakpointsphpStorm 10 breakpoint debugging

Access the ActionphpStorm 10 breakpoint debugging

phpStorm will pop up automatically, We look at the variables like this:

phpStorm 10 breakpoint debugging

You’re done!

The above introduces phpStorm 10 breakpoint debugging, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

phpStorm 10 breakpoint debugging

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