I'm having trouble making eclipse get right URL when launching debug. Here are my settings:
Project Name: joomla1.7sandbox
PHP Server
Name: joomla1.7
Base URL: http://jsb
Local Web Root: /var/www/joomlasandbox
Path Mapping
Path on server: /
Local Path: /joomla1.7sandbox
Basically, debugger works, but I just can't make debugger hit the right url on F11. It keeps going to something like:
http://jsb/joomla1.7sandbox/index.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=132170960733110
I think I was able to enter the URL I want to go in a Debug Configuration with an older eclipse pdt version.
Any ideas anyone?
Thanks v.