Install the php plug-in www. jb51.ne when running php eclipse, run the configuration, and debug the configuration settings
As mentioned in the previous blog on wamp installation, I will not talk about it here. For eclipse installation, refer to the following blog.
Eclipse installation
Http://jingyan.baidu.com/album/d7130635194f1513fcf47557.html
Php plug-in installation
Http://www.jb51.net/article/52408.htm
After the installation, remember to set the workplace directory to the wamp website directory. this is very important. Otherwise, the project will not run. in this case, you need to configure apche, mysql, and php.
Open window -- preference to go to the following page:
Configure the apcahe path, and configure the mysql and php paths in sequence, as shown in:
After these configurations are complete, can you run them? of course not. you also need to configure the running configuration and debug the configuration to run-run the configuration to create a new running configuration, and set it in the following page
Go to the following page:
After setting, create a new debugging configuration. the specific settings are as follows:
After the configuration is complete, you can enjoy coding, but remember to start xampp first. although I can run and debug this configuration normally, however, you can only go to the "run configuration" page every time, or click "run" on the debug configuration page. I do not know why. if any of you know why, please let me know, thank you.