Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » URL Auto-generation
URL Auto-generation [message #55864] Fri, 28 September 2007 13:46 Go to next message
Eclipse UserFriend
Originally posted by: kgmann.us.ibm.com

Hello all,

I'm having an issue with PDT's URL auto-generation/Eclipse's Debug system
when launching an Xdebug debug session.

Once I've launched a single debug (right click on a file, click Debug As ->
PHP Web Page) and Eclipse has saved that debug setup, then I can tell it to
auto-generate the URL. However, thereafter, right-clicking on any file and
clicking Debug As -> PHP Web Page brings up the Launch URL window. This is
even though the paths in my project map directly to those on the server.
However, for that first click, Eclipse/PDT filled in the URL automatically
and perfectly.

I'm not entirely sure, but I think what's happening is that Eclipse creates
what I guess could be called a debug "session" when I first tell it to debug
a file. It fills in the info, and auto-generates the URL; so that works
perfectly. However, the second time around for a different file, it tries
to reuse the previous "session" and, so, asks for the launch URL. It even
still has the name of the old file if I right click on the new file and
click Debug As -> Open Debug Dialog... I want it to simply create a new
debug session each time I tell it to debug without my having to configure
the debug session each time. Is there a way to do this? Thanks!

Sincerely,
Kevin G Mann
Re: URL Auto-generation [message #55892 is a reply to message #55864] Fri, 28 September 2007 15:03 Go to previous message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
This is a bug. The URL is added but it is added to the bottom of the list
and it always selects the first in the list. If you drop the combo down
you will see your URL at the bottom.

Dave Kelsey


Eclipse PDT wrote:
> Hello all,
>
> I'm having an issue with PDT's URL auto-generation/Eclipse's Debug system
> when launching an Xdebug debug session.
>
> Once I've launched a single debug (right click on a file, click Debug As ->
> PHP Web Page) and Eclipse has saved that debug setup, then I can tell it to
> auto-generate the URL. However, thereafter, right-clicking on any file and
> clicking Debug As -> PHP Web Page brings up the Launch URL window. This is
> even though the paths in my project map directly to those on the server.
> However, for that first click, Eclipse/PDT filled in the URL automatically
> and perfectly.
>
> I'm not entirely sure, but I think what's happening is that Eclipse creates
> what I guess could be called a debug "session" when I first tell it to debug
> a file. It fills in the info, and auto-generates the URL; so that works
> perfectly. However, the second time around for a different file, it tries
> to reuse the previous "session" and, so, asks for the launch URL. It even
> still has the name of the old file if I right click on the new file and
> click Debug As -> Open Debug Dialog... I want it to simply create a new
> debug session each time I tell it to debug without my having to configure
> the debug session each time. Is there a way to do this? Thanks!
>
> Sincerely,
> Kevin G Mann
>
>
Previous Topic:How to export Syntax Coloring Preferences?
Next Topic:flush() and the internal browser (xdebug)
Goto Forum:
  


Current Time: Mon Jul 22 05:05:28 GMT 2024

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

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

Back to the top