当我开始使用Run->PHP Web Application调试新的PHP文件时,Eclipse总是提供错误的URL路径,如下所示:
http://localhost/wp_leo/1/vbe_get_mem.php但实际路径是:http://localhost/3/1/vbe_get_mem.php基本上,Eclipse在默认URL中提供了我的项目名称wp_leo,但我在Web服务器上的实际路径只是3。如何更改默认路径,以便每次调试新的PHP时不需要手动更改它??
http://localhost/wp_leo/1/vbe_get_mem.php
http://localhost/3/1/vbe_get_mem.php
wp_leo
3
yqkkidmi1#
转到Project->Properties->Debug检查Enable project specific settings然后在Default Base URL->Base path中将/wp_leo更改为/3
Project->Properties->Debug
Enable project specific settings
Default Base URL->Base path
/wp_leo
/3
然后非常重要的事情。有时调试器会因此而崩溃。断点不再被尊重...代码运行...要解决此问题,请转到Window->Preferences->PHP->Server->Default PHP Web Server->tab Path Mapping把里面的东西都删掉所以它是这样空的:
Window->Preferences->PHP->Server->Default PHP Web Server->tab Path Mapping
1条答案
按热度按时间yqkkidmi1#
转到
Project->Properties->Debug
检查
Enable project specific settings
然后在
Default Base URL->Base path
中将/wp_leo
更改为/3
然后非常重要的事情。有时调试器会因此而崩溃。断点不再被尊重...代码运行...要解决此问题,请转到
Window->Preferences->PHP->Server->Default PHP Web Server->tab Path Mapping
把里面的东西都删掉所以它是这样空的: