<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MCUXpresso IDE中的主题 FreeRTOS task-aware debugger task and queue views stopped working</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758549#M2069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At some point in the past week, my FreeRTOS task list and queue list stopped working.&amp;nbsp; I don't think I changed anything that should have affected it.&amp;nbsp; This is what I get in the task list view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.lang.Exception&lt;BR /&gt; at org.eclipse.ui.internal.ViewReference.createErrorPart(ViewReference.java:112)&lt;BR /&gt; at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:98)&lt;BR /&gt; at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:278)&lt;BR /&gt; at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:316)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:931)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)&lt;BR /&gt; at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:56)&lt;BR /&gt; at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:536)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:520)&lt;BR /&gt; at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:70)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:109)&lt;BR /&gt; at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)&lt;BR /&gt; at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.syncExec(Display.java:4821)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)&lt;BR /&gt; at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)&lt;BR /&gt; at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)&lt;BR /&gt; at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)&lt;BR /&gt; at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)&lt;BR /&gt; at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)&lt;BR /&gt; at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:173)&lt;BR /&gt; at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$5.widgetSelected(StackRenderer.java:1102)&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1103)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:802)&lt;BR /&gt; at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3167)&lt;BR /&gt; at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1850)&lt;BR /&gt; at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:333)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)&lt;BR /&gt; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1519)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Dec 2017 20:55:31 GMT</pubDate>
    <dc:creator>scottm</dc:creator>
    <dc:date>2017-12-03T20:55:31Z</dc:date>
    <item>
      <title>FreeRTOS task-aware debugger task and queue views stopped working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758549#M2069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At some point in the past week, my FreeRTOS task list and queue list stopped working.&amp;nbsp; I don't think I changed anything that should have affected it.&amp;nbsp; This is what I get in the task list view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.lang.Exception&lt;BR /&gt; at org.eclipse.ui.internal.ViewReference.createErrorPart(ViewReference.java:112)&lt;BR /&gt; at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:98)&lt;BR /&gt; at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:278)&lt;BR /&gt; at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:316)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:931)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)&lt;BR /&gt; at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)&lt;BR /&gt; at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:56)&lt;BR /&gt; at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:536)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:520)&lt;BR /&gt; at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:70)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:109)&lt;BR /&gt; at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)&lt;BR /&gt; at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.syncExec(Display.java:4821)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)&lt;BR /&gt; at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)&lt;BR /&gt; at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)&lt;BR /&gt; at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)&lt;BR /&gt; at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)&lt;BR /&gt; at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)&lt;BR /&gt; at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)&lt;BR /&gt; at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:173)&lt;BR /&gt; at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$5.widgetSelected(StackRenderer.java:1102)&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1103)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:802)&lt;BR /&gt; at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3167)&lt;BR /&gt; at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1850)&lt;BR /&gt; at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:333)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)&lt;BR /&gt; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1519)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2017 20:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758549#M2069</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-12-03T20:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task-aware debugger task and queue views stopped working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758550#M2070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please change a new workspace to have a try:&lt;/P&gt;&lt;P&gt;FIle -&amp;gt; Switch workspace .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 07:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758550#M2070</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-12-04T07:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task-aware debugger task and queue views stopped working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758551#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing particularly that jumps out from the errors you list. Can you please ZIP up and attach the full .log file from the .metadata folder within your workspace folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you also confirm what version of MCUXpresso IDE you are running, what other plugins you have installed into the IDE, what MCU you are targeting and which debug probe you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 15:52:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758551#M2071</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-12-04T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task-aware debugger task and queue views stopped working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758552#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to update the TAD plugin and I think I made it worse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.runtime 4 0 2017-12-04 10:03:40.652&lt;BR /&gt;!MESSAGE Invalid input url:platform:/plugin/com.nxp.freertos.gdb.tad/icons/nxp.gif&lt;BR /&gt;!STACK 0&lt;BR /&gt;java.io.IOException: Unable to resolve plug-in "platform:/plugin/com.nxp.freertos.gdb.tad/icons/nxp.gif".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm... where did the file attachment option go?&amp;nbsp; I don't see it here and dropping the file in the editor doesn't do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 18:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758552#M2072</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-12-04T18:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS task-aware debugger task and queue views stopped working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758553#M2073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to click on the "&lt;STRONG style="color: #0000ff;"&gt;Use advanced editor&lt;/STRONG&gt;" option in the top right when creating your reply. This then gives you the ability to Attach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 11:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/FreeRTOS-task-aware-debugger-task-and-queue-views-stopped/m-p/758553#M2073</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-12-06T11:33:37Z</dc:date>
    </item>
  </channel>
</rss>

