Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » incorrect xdebug launch url
incorrect xdebug launch url [message #56634] Wed, 03 October 2007 19:39 Go to next message
Michael Stillwell is currently offline Michael StillwellFriend
Messages: 3
Registered: July 2009
Junior Member
When I launch the xdebug remote debugger, notepad (!) pops up with the
error message:

"C:\Documents and Settings\Michael
Stillwell\http://ski.ms/simpletest/reservation.html?XDEBUG_S ESSION_START=ECLIPSE_DBGP&KEY=119143983189813"
not found. Would you like to create this file?

As one might imagine, the debugger does not work. If I enter the embedded
URL into a web browser, XDebug operates as normal.

I'm not using the "auto-generate" url function--I enter
http://ski.ms/simpletest/reservation.html into the URL field but I end up
with the error message described above.

Is there some way to fix this?


--M.
Re: incorrect xdebug launch url [message #56689 is a reply to message #56634] Wed, 03 October 2007 20:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkel50.hotnospmail.com

Which web browser have you configured eclipse to use ?. You could try
changing it to firefox and see if that helps.

Apart from that I have never seen it do anything like that before. I
make a request to an eclipse API to open the URL for me.

Dave Kelsey

Michael Stillwell wrote:
> When I launch the xdebug remote debugger, notepad (!) pops up with the
> error message:
>
> "C:\Documents and Settings\Michael
> Stillwell\http://ski.ms/simpletest/reservation.html?XDEBUG_S ESSION_START=ECLIPSE_DBGP&KEY=119143983189813"
> not found. Would you like to create this file?
>
> As one might imagine, the debugger does not work. If I enter the
> embedded URL into a web browser, XDebug operates as normal.
>
> I'm not using the "auto-generate" url function--I enter
> http://ski.ms/simpletest/reservation.html into the URL field but I end
> up with the error message described above.
>
> Is there some way to fix this?
>
>
> --M.
>
>
>
Re: incorrect xdebug launch url [message #56825 is a reply to message #56689] Thu, 04 October 2007 07:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pdt.neveron.de

I think that is related to the Windows settings which programm is linked
to .html files.

I had the same problem that PDT opened my HTML-editor until i explicitly
told eclipse which browser it should use.


Dave schrieb:
> Which web browser have you configured eclipse to use ?. You could try
> changing it to firefox and see if that helps.
>
> Apart from that I have never seen it do anything like that before. I
> make a request to an eclipse API to open the URL for me.
>
> Dave Kelsey
>
> Michael Stillwell wrote:
>> When I launch the xdebug remote debugger, notepad (!) pops up with the
>> error message:
>>
>> "C:\Documents and Settings\Michael
>> Stillwell\http://ski.ms/simpletest/reservation.html?XDEBUG_S ESSION_START=ECLIPSE_DBGP&KEY=119143983189813"
>> not found. Would you like to create this file?
>>
>> As one might imagine, the debugger does not work. If I enter the
>> embedded URL into a web browser, XDebug operates as normal.
>>
>> I'm not using the "auto-generate" url function--I enter
>> http://ski.ms/simpletest/reservation.html into the URL field but I end
>> up with the error message described above.
>>
>> Is there some way to fix this?
>>
>>
>> --M.
>>
>>
>>
Re: incorrect xdebug launch url [message #56852 is a reply to message #56825] Thu, 04 October 2007 07:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pdt.neveron.de

make that .php files :)

Jan Walter schrieb:
> I think that is related to the Windows settings which programm is linked
> to .html files.
>
> I had the same problem that PDT opened my HTML-editor until i explicitly
> told eclipse which browser it should use.
>
>
> Dave schrieb:
>> Which web browser have you configured eclipse to use ?. You could try
>> changing it to firefox and see if that helps.
>>
>> Apart from that I have never seen it do anything like that before. I
>> make a request to an eclipse API to open the URL for me.
>>
>> Dave Kelsey
>>
>> Michael Stillwell wrote:
>>> When I launch the xdebug remote debugger, notepad (!) pops up with
>>> the error message:
>>>
>>> "C:\Documents and Settings\Michael
>>> Stillwell\http://ski.ms/simpletest/reservation.html?XDEBUG_S ESSION_START=ECLIPSE_DBGP&KEY=119143983189813"
>>> not found. Would you like to create this file?
>>>
>>> As one might imagine, the debugger does not work. If I enter the
>>> embedded URL into a web browser, XDebug operates as normal.
>>>
>>> I'm not using the "auto-generate" url function--I enter
>>> http://ski.ms/simpletest/reservation.html into the URL field but I
>>> end up with the error message described above.
>>>
>>> Is there some way to fix this?
>>>
>>>
>>> --M.
>>>
>>>
>>>
Re: incorrect xdebug launch url [message #56879 is a reply to message #56825] Thu, 04 October 2007 10:22 Go to previous message
Michael Stillwell is currently offline Michael StillwellFriend
Messages: 3
Registered: July 2009
Junior Member
I though something like this might be the problem, but the "path" itself
was completely messed up (being prepended with my home directory).

However, as Dave suggested, I changed (Eclipse's) default browser to
Firefox, and tried launching the debugger again, and it worked.

Maybe there's some strange optimisation whereby the internal web browser
tries to read the file on the filesystem directly if it thinks it's
equivalent to the URL it's being asked to load??

Anyway, thanks for the help.



--M.

Jan Walter wrote:

> I think that is related to the Windows settings which programm is linked
> to .html files.

> I had the same problem that PDT opened my HTML-editor until i explicitly
> told eclipse which browser it should use.


> Dave schrieb:
>> Which web browser have you configured eclipse to use ?. You could try
>> changing it to firefox and see if that helps.
>>
>> Apart from that I have never seen it do anything like that before. I
>> make a request to an eclipse API to open the URL for me.
>>
>> Dave Kelsey
>>
>> Michael Stillwell wrote:
>>> When I launch the xdebug remote debugger, notepad (!) pops up with the
>>> error message:
>>>
>>> "C:Documents and SettingsMichael
>>>
Stillwellhttp://ski.ms/simpletest/reservation.html?XDEBUG_SE SSION_START=ECLIPSE_DBGP&KEY=119143983189813"
>>> not found. Would you like to create this file?
>>>
>>> As one might imagine, the debugger does not work. If I enter the
>>> embedded URL into a web browser, XDebug operates as normal.
>>>
>>> I'm not using the "auto-generate" url function--I enter
>>> http://ski.ms/simpletest/reservation.html into the URL field but I end
>>> up with the error message described above.
>>>
>>> Is there some way to fix this?
>>>
>>>
>>> --M.
>>>
>>>
>>>
Previous Topic:Zend Debugger and breakpoints
Next Topic:Source > Shift Right/Shift Left
Goto Forum:
  


Current Time: Wed Apr 24 15:15:34 GMT 2024

Powered by FUDForum. Page generated in 0.03154 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top