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.

link|improve this question
OK. I got it now. The part of url that comes after the Server Base URL really is really entered in Debug Configuration dialog/horribly labeled: "File" and a project relative browse button which suggested to have something to do with project - not URL. I can even enter query string here, and it is passed to browser. – tishma Nov 19 '11 at 14:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.