views:

23

answers:

0

When I debug a web page,the url generated by eclipse is like this:

http:\\localhost?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12682902387182

which should be

http://localhost?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12682902387182

How to correct this?