|
Re: is org.eclipse.debug.core part of RCP or usable in an RCP? [message #453485 is a reply to message #453484] |
Mon, 31 July 2006 18:03 |
|
Paul Keyser wrote:
> R3.1.2, WinXP
>
> I.e., without dragging in all the ide stuff.
>
> (High-level view: I want to write some launch-configs, as a way of
> allowing users of my RCP app to launch some external processes; I do not
> need or want the Eclipse launch-config GUI. I've just started in on the
> article, code, help, and javadoc reading ...)
A useful view for investigating some of these things is the Plug-in
Registry view. For a given plugin, it will show any extension points it
provides (and who uses them), any extension that it uses, and the
pre-req plugins (what it depends on).
org.eclipse.debug.core provides some of the launch configuration
extension points, and doesn't depend on the IDE per-se, although it does
depend on org.eclipse.core.resources. I don't know how much
functionality org.eclipse.debug.core provides, though.
Later,
PW
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
|
|
|
|
Powered by
FUDForum. Page generated in 0.03918 seconds