I have installed latest pdt all-in-one.
And basic configuration is as follows;
workspace: d:\web
site : d:\web\sitetest
make project as php project: sitetest
After openning "/test.php", and at left explorer pane I clicked right button on "/test.php", and clicked "2.PHP Web Pages" on Debug As.
Then eclipse changed screen to debug, and shows error message.
" could not find pages
http://localhost/sitetest/head.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12493405114053 "
The problem is the above-mentioned url.
It should be
"http://localhost:8080/head.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12493405114053 "
How can I solve this problem?
Any comment would be appreciated.