[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-dev] cdt debug UI plugin fails to activate
|
Hi Sheldon,
the main problem seems to be the following exception in the
org.eclipse.debug.ui plug-in:
[...]
Caused by: org.eclipse.swt.SWTException: Invalid thread
access
at org.eclipse.swt.SWT.error(SWT.java:3563)
at
org.eclipse.swt.SWT.error(SWT.java:3481)
at
org.eclipse.swt.SWT.error(SWT.java:3452)
at
org.eclipse.swt.widgets.Display.error(Display.java:1109)
at
org.eclipse.swt.widgets.Display.checkDevice(Display.java:703)
at
org.eclipse.swt.widgets.Display.getSystemColor(Display.java:1950)
at
org.eclipse.debug.internal.ui.DebugUIPreferenceInitializer.initializeDefaultPreferences(DebugUIPreferenceInitializer.java:79)
at
org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(PreferenceServiceRegistryHelper.java:276)
at
org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:130)
at
org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:337)
[...]
Seems like org.eclipse.debug.ui cannot be activated on
a background thread.
There is already a bug for that:
Toni
Hi,
I have downloaded the
latest CDT 4.0, which i am using as a part of my application. I am facing
problems with the org.eclipse.cdt.debug.ui plugin which fails to activate while
checking C/C++ preferences. I have attached the log file which shows all the
errors
Regards,
Sheldon