Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » What is the most efficient way to debug plug-ins?
What is the most efficient way to debug plug-ins? [message #31244] Wed, 05 November 2008 15:16
Derek Palma is currently offline Derek PalmaFriend
Messages: 141
Registered: July 2009
Senior Member
Hi,

I want to make sure I have the most efficient approach. The documentation
says you must use Debug As->Eclipse Application to run your plug-in code in
the debugger. This seems to another instance with your workspace plugins in
a new instance of Eclipse. Is there any way I can avoid the startup time hit
of starting another instance and have it be more like just executing a Java
application from with-in my Eclipse workspace? I noticed Rose has a feature
called pluglets and the documentation mentions that pluglets specifically
avoid this issue.

Should I just debug all my code inside a Java app and then do the plugin
integration testing last? I could also keep all my working plugins installed
versus in my workspace.

Thanks for your help.
Derek Palma
Previous Topic:headless build "forgets" native swt plugins for linux
Next Topic:What is the most efficient way to debug plug-ins?
Goto Forum:
  


Current Time: Fri Apr 26 13:37:35 GMT 2024

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

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

Back to the top