Did not change anything in my PC. Just went through a restart and now when I launch the debugger I get the following message. I have tried cleaning up workspace and also lanching eclispe with -clean option.
Excpetion occurred during launch
Reason: An internal error occurred during 'Creating Debug Server', Please see the Error log for details
Log is as follows
Could not createInstance(@ti.com//DebugServer1;1.{bfab7a88-14c8-48be-8729-f7701e4e0f35}) The function "createInstanceByContractID" returned an error condition (0x80004051) (0x80004005)
Btw following is the full error message
org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DebugProperties;1,{f64a3818-aa00-4a2d-8404-20017ed45619})Java/XPCOM bridge thread: ExecutionException: java.lang.OutOfMemoryError: The function "createInstanceByContractID" returned an error condition (0x80004005) (0x80004005)
at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:182)
at com.ti.debug.properties.impl.DebugPropertiesManager.<init>(DebugPropertiesManager.java:28)
at com.ti.debug.engine.cce.CCEPropertiesEngine.<init>(CCEPropertiesEngine.java:12)
at com.ti.debug.engine.cce.CCEPropertiesEngine.createInstance(CCEPropertiesEngine.java:20)
at com.ti.debug.engine.cce.CCEPropertiesEngine$Factory.createInstance(CCEPropertiesEngine.java:31)
at com.ti.ccstudio.debug.server.extensions.ExtDebugPropertiesManager.createInstance(ExtDebugPropertiesManager.java:40)
at com.ti.ccstudio.debug.server.factory.PropertiesEngineFactory.createDebugPropertiesManager(PropertiesEngineFactory.java:37)
at com.ti.ccstudio.debug.core.preferences.DebugPropertyPreferenceStore.createDebugPropertiesManager(DebugPropertyPreferenceStore.java:638)
at com.ti.ccstudio.debug.core.preferences.DebugPropertyPreferenceStore.loadProperties(DebugPropertyPreferenceStore.java:203)
at com.ti.ccstudio.debug.core.preferences.DebugPropertyPreferenceStore.setTarget(DebugPropertyPreferenceStore.java:177)
at com.ti.ccstudio.debug.core.preferences.DebugPropertyPreferenceStore.<init>(DebugPropertyPreferenceStore.java:107)
at com.ti.ccstudio.debug.ui.launch.ProjectDebugLauncher.initializeDebugProperties(ProjectDebugLauncher.java:453)
at com.ti.ccstudio.debug.ui.launch.ProjectDebugLauncher.validateExistingLaunchConfiguration(ProjectDebugLauncher.java:325)
at com.ti.ccstudio.debug.ui.launch.BaseCCEDebugLauncher.findExistingLaunchConfiguration(BaseCCEDebugLauncher.java:251)
at com.ti.ccstudio.debug.ui.launch.BaseCCEDebugLauncher.getLaunchConfiguration(BaseCCEDebugLauncher.java:194)
at com.ti.ccstudio.debug.ui.launch.BaseCCEDebugLauncher.internalLaunchHeadless(BaseCCEDebugLauncher.java:143)
at com.ti.ccstudio.debug.ui.launch.ProjectDebugLauncher.launchHeadless(ProjectDebugLauncher.java:115)
at com.ti.ccstudio.debug.ui.launch.BaseCCEDebugLauncher.launch(BaseCCEDebugLauncher.java:67)
at com.ti.ccstudio.debug.ui.launch.DebugActiveProjectAction.launch(DebugActiveProjectAction.java:122)
at com.ti.ccstudio.debug.ui.launch.DebugActiveProjectAction.doRun(DebugActiveProjectAction.java:89)
at com.ti.ccstudio.debug.ui.launch.DebugActiveProjectAction.run(DebugActiveProjectAction.java:84)
at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:244)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:996)
at org.eclipse.core.launcher.Main.main(Main.java:971)