Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set the correct URL for eclipse PHP debugging

I'm having a trouble setting up PHP debugging in Eclipse with a non standard URL.

The URL for my application must be http://xxx/index.php. That's something I cannot easily change.

I'm constantly failing in setting up the debug configuration to call this URL. This is what I've set up:

enter image description here enter image description here

The URL I'm getting is http://xxxx/xxxx/index.php?. This has one xxxx too much. How can I get rid of this?

like image 412
BetaRide Avatar asked Sep 11 '26 08:09

BetaRide


1 Answers

In the file field, you wrote /xxxx/index.php, change that to /index.php

like image 172
Jan Dragsbaek Avatar answered Sep 13 '26 21:09

Jan Dragsbaek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!