Windows-phpstorm Configuring Xdebug Local debugging issues
Source: Internet
Author: User
KeywordsXdebugphpwindows
The Phpstorm and Xdebug development environments installed in the WINDOWS7 environment are Phpstudy Phpinfo ()
Xdebug configuration information
Phpstorm configuration information Everyone help to see it right
Chrome Browser Plugin Configuration
Installation of the online tutorial configuration looked at a few tutorials now is the break point will not stop please help to solve
Reply content:
The Phpstorm and Xdebug development environments installed in the WINDOWS7 environment are Phpstudy Phpinfo ()
Xdebug configuration information
Phpstorm configuration information Everyone help to see it right
Chrome Browser Plugin Configuration
Installation of the online tutorial configuration looked at a few tutorials now is the break point will not stop please help to solve
No configuration Idekey Ah, later with the computer to revise the answer.
Add in the Xdebug configuration 1 zend_extension=xdebug.so 2 Xdebug.idekey=phpstorm 3 xdebug.remote_port=9000 4 Xdebug.remote_host=localhost 5 xdebug.remote_enable = 1 6 Xdebug.remote_handler = DBGP 7 Xdebug.remote_mode = req These contents, and then configure the Phpstorm File->setting->language & FRAMEWORKS->PHP->DEBUG->DBGP Proxy IDE key = Phpstorm host = localhost Port = 9000 And then File->setting->language & Frameworks->php->servers Add a server, just use your domain name and port 80 And then upper right corner Edit configuartion Add a PHP Web application Servers Select the newly added StartURL Fill in your index Browser, choose your default
Bingo
You are in PHP after Xdebug, you should be a step less, I remember one step is to open file->setting search Debuger, and then point PHP that, you see the right to fill the
Just a few steps, I just tried it a few days ago:
1, php.ini inside configuration that several information; 2. Add PHP Web application to the left side of the beetle 3, configuration setting inside the debug item (general default can)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.