Milestone 3 & Voting for the PDT 1.0 [message #47950] |
Thu, 30 August 2007 01:20  |
Eclipse User |
|
|
|
Originally posted by: ganoro.gmail.com
* Milestone 3 is released! you are all invited to test drive it!
Following is Alon's notes about this release.
> Hi all,
>
> We have released the Milestone 3 of PDT 1.0.
> There is currently a problem with the update site, which does not allow to
> use the update manager. We are working on it and hope to resolve over the
> weekend.
> The files are currently available for download through the downloads page:
> http://download.eclipse.org/tools/pdt/downloads/?release=S20 070826-M3
>
> Regards,
> Alon
* The PDT team participated (yesterday) in the release review with the
Eclipse Foundation people, you are all invited to the Community Advisory
Voting for the PDT 1.0 Release Review. Please enter your comments and vote
using this URL: https://bugs.eclipse.org/bugs/show_bug.cgi?id=200578.
Bests,
|
|
|
|
|
|
|
|
|
|
|
|
Re: Milestone 3 & Voting for the PDT 1.0 [message #48366 is a reply to message #48336] |
Thu, 30 August 2007 13:08   |
Eclipse User |
|
|
|
"Dave Kelsey" <dkel50@hotmail.com> ha scritto nel messaggio
news:fb6lk3$957$1@build.eclipse.org...
> If you have the option to "Debug As -> PHP Web script using XDebug." and
> given
> the above launch entries in the Debug tab which confirms this, it looks
> like
> you have the old XDebug plug-ins installed in your copy of eclipse. M3
> contains
> XDebug support and you should definitely not have these plug-ins installed
> in
> an M3 installation.
> You should delete the plugins
> org.eclipse.php.xdebug.core_0.2.3.jar
> org.eclipse.php.xdebug.ui_0.2.3.jar
> org.eclipse.php.xdebug.sampleMapper_0.0.2.jar
Done.
I also reinstalled the pdt-all-in-one-incubation-S20070826_M3-win32.zip,
redone the workspace, reconfigured all the debug options to XDebug, set the
default PHP executable to the dir C:\program files\php (it ask only the dir,
not the php.exe).
>
> and restart eclipse with the -clean option, or better still create a fresh
> install
> of eclipse with PDT 1.0 M3.
Done.
It's worst.
I have only Debug As -> PHP Web Page (and I can think this is right), PHP
Web script using XDebug is desappeared.
When I run with Debug As -> PHP Web Page the debug tab says:
webtest [PHP Web Page]
PHP Application
and is still running, but the page that show in the browser is:
http://localhost/webtest.php?XDEBUG_SESSION_START=ECLIPSE_DB GP&KEY=11884931075002
and the html code produced is simply
"No input file specified."
And the debug cant debug nothing, breakpoints and all the code is ignored.
|
|
|
Re: Milestone 3 & Voting for the PDT 1.0 [FOUND] [message #48397 is a reply to message #48366] |
Thu, 30 August 2007 13:32   |
Eclipse User |
|
|
|
"Fabio" <znt.fabio@virgilio.it> ha scritto nel messaggio
news:fb6thp$u3f$1@build.eclipse.org...
> And the debug cant debug nothing, breakpoints and all the code is ignored.
Ok, I found the bug that in the previous release there wasn't!
It's a problem with Windows IIS.
It works if the http://localhost has as directory the one with the php site,
let's see c:\www\phpsite
Now, my localhost is on another directory (I have another ufficial site and
I use the one with eclipse as a debugged one), let's say c:\www\mysite
With IIS we can put the c:\www\phpsite as a virtual directory, let's say
http://localhost/phpsite
Now, the old PDT release didn't have problems: the page was correctly called
and debugged.
Now when I launch the debug it launch the page
http://localhost/file.php
and does not work.
*BUT*, I leave the debug active, I goes to the webbrowser and I lanch the
right address:
http://localhost/phpsite/file.php (where phpsite is the virtual directory)
the debug start and work fine!!!
The bug is that the addess debugged by the Debug As -> PHP Web Page is not
correct!
If someone can fix this it will be really nice :)
Thanks again
|
|
|
|
|
Re: Milestone 3 & Voting for the PDT 1.0 [FOUND] [message #48563 is a reply to message #48473] |
Thu, 30 August 2007 19:08  |
Eclipse User |
|
|
|
"Dave Kelsey" <dkel50@hotmail.com> ha scritto nel messaggio
news:fb769v$78m$1@build.eclipse.org...
> When you launch using the "Debug As--> Debug as Web page" the first time
> it will ask you for
> the URL you want to send to the web browser.
You're right!
The problem is that I thinked it suggested the right url... the old release
didn't ask me for the url: it launched the page thith the right url and it
didn't list each page I debugged to the list in PHP Web Page in the Debug
Dialog window.
It was a little more handly/transparent: if I launch a temporary/test page
it will be listed... after some days I'll have a list of douzen pages that
don't exist anymore... :(
> If you feel that there should be an option to include the URL in the auto
> generation when
> creating a launch, it would be worth raising an enhancement request on
> bugzilla.
Now that I discover the solution I'm a little happy and I'll try some test
on it now :)
I thank you again for your help and for you're partecipation on this NG!
|
|
|
Powered by
FUDForum. Page generated in 0.05844 seconds