[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Question about using the internal debugger

A few questions to help diagnose this...

a) what version of PDT are you using?
b) what version of WTP?
c) what version of Eclipse?

Good combinations of the above are: 1.0.x, 2.0.x, 3.3.x. No idea if this debugger works for PDT 1.1.x, WTP 3.0.x & Eclipse 3.4.x.

d) did you also install the matching feature jar? And by install, I mean "unpack the jar so its contents appear in a subfolder in eclipse/features/?" Did you also grab the other link-numbered plugin(s)?

http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger_5.2.10.v20070905.jar
http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger.linux.x86_64_5.2.10.v20070905.jar
http://downloads.zend.com/pdt/features/org.zend.php.debug_feature_5.2.10.v20070905.jar

Looks like you'll also have to download and unpack the debugger plugin jar. Not sure about the linux fragment jar (the one you downloaded -- it's just a "fragment" which means it only contains OS-specific code, but not the actual runtime stuff).

This downloading and unpacking stuff should all be done for you automatically if you give the site.xml URL to Eclipse's Update Manager (Eclipse 3.3 and earlier) or the new p2 Install Manager (in Eclipse 3.4).

http://downloads.zend.com/pdt/site.xml

Here's my blog entry on this subject:

http://divby0.blogspot.com/2007/08/pdt-php-debugging-w-zend.html

Good luck!

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb

Richard Geddes wrote:
Thanks for the link to the wiki. I tried installing the Zend debugger and the operation aborted with a message window: "Update operation has failed
Error retrieving "plugins/org.zend.php.debug.debugger.linux.x86_64_0.0.0.jar". [Server returned HTTP response code: "404 Not Found" for URL: http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger.linux.x86_64_0.0.0.jar.]


Server returned HTTP response code: "404 Not Found" for URL: http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger.linux.x86_64_0.0.0.jar.";


I loaded the URI http://downloads.zend.com/pdt/plugins/ into my browser and saw that there is a file called "org.zend.php.debug.debugger.linux.x86_64_5.2.10.v20070905.jar" that looks like it should work for me.


I downloaded the file into my plugins directory and restarted with eclipse -clean. The plugin doesn't seem to load. I looked in the error log for error messages.. none for zend. I looked in the plugin configuration page for the zend plugin.. there is none.

Any ideas?
R


Nick Boldt wrote:
http://wiki.eclipse.org/PDT/FAQ#Does_PDT_include_a_debugger.3F_Where_can_i_find_one.3F


Richard Geddes wrote:
I'm following along the Basic Tutorial for debugging a script using PDT's internal debugger.

Where I'm asked to select the 'PHP Script' option in the Debug Dialog, a message box pops up saying "No PHP executables locations are defined. Define PHP executable location before continuing" and a Preferences window pops up asking for PHP executables. The tutorial makes no mention of this. I'm assuming PDT's internal debugger is built in to this tool and requires no setup.

I could use a little help deciphering this part of the tutorial.

Thanks
R