Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Programmatic way of importing projects and launchconfigurations

----Original Message----
From: dmsubs [mailto:dmsubs@xxxxxxxxxxxxx]
Sent: Thursday, April 13, 2006 1:38 PM
To: Lott, Jeremiah; 'CDT General developers list.'
Subject: RE: [cdt-dev] Programmatic way of importing projects
and launchconfigurations

> Jeremiah,
> 
> I didn't know about the "shared file" - where *is* all this
> documented? 
> 
> Thanks for your help
> 
> ---
> Derek
> 

This panel is actually provided by the core debugging plugin from
Eclipse, org.eclipse.debug.ui (not part of CDT).  The class is
org.eclipse.debug.ui.CommonTab.  However, the default help for the
workbench ("Workbench User's Guide") doesn't seem to mention run/debug
at all.  Both the JDT and CDT help mention this panel briefly.  

JDT in:
Java Development User Guide -> Tasks -> Running and debugging -> Create
a Java application launch configuration

CDT in:
C/C++ Development User Guide -> Tasks -> Running and debugging projects
-> Creating or editing a run/debug configuration -> Specifying the
location of the run configuration

Note that I am looking at Eclipse 3.1.0, CDT 3.0.1.

  Jeremiah Lott
  TimeSys Corporation


Back to the top