Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How do I debug the PDE itself?
How do I debug the PDE itself? [message #273424] Tue, 05 October 2004 21:32 Go to next message
Eclipse UserFriend
Thanks.
Re: How do I debug the PDE itself? [message #273425 is a reply to message #273424] Tue, 05 October 2004 21:34 Go to previous messageGo to next message
Eclipse UserFriend
Sorry...Click 'send' to early...I want to be able to stop at the code
where I right-click on my feature.xml manifest file to generate
build.xml file. For me to do that, I must be able to debug the PDE. I
am using Eclipse 3.0.1. Thanks.

AL wrote:

> Thanks.
>
Re: How do I debug the PDE itself? [message #273429 is a reply to message #273425] Tue, 05 October 2004 23:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wassimm.ibm.canada

1. Use the plugin import wizard to import the org.eclipse.pde.ui plugin
into your workspace.

2. The class of interest to you would be
org.eclipse.pde.internal.ui.build.BuildFeatureAction. Put a breakpoint in
it.

3. Launch a runtime workbench. Create a feature project in the runtime
workbench. right-click on the feature.xml and select PDE Tools > Create
Ant Build file.


AL wrote:

> Sorry...Click 'send' to early...I want to be able to stop at the code
> where I right-click on my feature.xml manifest file to generate
> build.xml file. For me to do that, I must be able to debug the PDE. I
> am using Eclipse 3.0.1. Thanks.

> AL wrote:

> > Thanks.
> >
Re: How do I debug the PDE itself? [message #273467 is a reply to message #273429] Wed, 06 October 2004 13:55 Go to previous message
Eclipse UserFriend
Thanks very much, Wassim.

Wassim Melhem wrote:
> 1. Use the plugin import wizard to import the org.eclipse.pde.ui plugin
> into your workspace.
>
> 2. The class of interest to you would be
> org.eclipse.pde.internal.ui.build.BuildFeatureAction. Put a breakpoint in
> it.
>
> 3. Launch a runtime workbench. Create a feature project in the runtime
> workbench. right-click on the feature.xml and select PDE Tools > Create
> Ant Build file.
>
>
> AL wrote:
>
>
>>Sorry...Click 'send' to early...I want to be able to stop at the code
>>where I right-click on my feature.xml manifest file to generate
>>build.xml file. For me to do that, I must be able to debug the PDE. I
>>am using Eclipse 3.0.1. Thanks.
>
>
>>AL wrote:
>
>
>>>Thanks.
>>>
>
>
>
Previous Topic:WorkbenchPage.closeAllEditors is an implied "open all unopened editors"
Next Topic:current document
Goto Forum:
  


Current Time: Thu May 08 21:42:03 EDT 2025

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

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

Back to the top