Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] how to launch a specific gdb

>  I noticed that the CArgumentsTab and 
> LocalApplicationCDebuggerTab are defined in the 
> org.eclipse.cdt.dsf.gdb.internal.ui.launching package. But 
> the EnvironmentTab, SourceLookupTab and CommonTab are 
> implemented for the CDI-GDB version:
>  org.eclipse.debug.ui.CommonTab;
>  org.eclipse.debug.ui.EnvironmentTab;
>  org.eclipse.debug.ui.sourcelookup.SourceLookupTab; 

org.eclipse.debug is the platform debug plugins, not CDI.
We re-use then in DSF-GDB and CDI-GDB.

You can use them freely.

> 
> If i would like to have them as part of my tab group, i 
> should use them right? or there is some other version of them?
> 
> Thanks,
> Shai
> 
> 

Back to the top