[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

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