Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] missing GDB MI UI Preference Page

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Siva Velusamy
> Sent: Tuesday, December 21, 2010 2:53 PM
> To: CDT General developers list.
> Subject: [cdt-dev] missing GDB MI UI Preference Page
> 
> In CDT 7.0, the GDB MI preferences page (Window -> Preferences ->
> C/C++ -> Debug -> GDB MI) is not visible anymore. After a bit of
> debugging, I found out that this is because some
> org.eclipse.cdt/plugin.xml filters out certain pages based on
> activities.
> 
> Does anyone know what the correct way of re-activating the CDI
> activity is? The GDB MI page has been associated with this activity.
> We are still using CDI because we are using gdb 6.5, preventing us to
> move to DSF.
> 
> I tried setting the default activity to cdigdbActivity, but that had
> the effect of completely removing the Debug tree under C/C++
> Preferences.

After you launch your first CDI debug session, the page will appear.

Marc

Back to the top