Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Error on watching cpp file
Error on watching cpp file [message #118956] Thu, 02 September 2004 10:21
Eclipse UserFriend
Originally posted by: cenedese.nospam.indel.ch

Hi

I try to work with a remote target and gdbserver. I can already build my
project. I've got it so far that I can see the thread list from my target
in eclipse. But when I try to view a file of a stopped thread I get an
error. Actually that's more a bug for eclipse main, not CDT, but I never
had it with java files, that's why I'm posting it here. Maybe it has
something to do with the C debug info. I just updated to CDT 2.0.1.

Here's the log:

!ENTRY org.eclipse.core.runtime 4 2 Sep 02, 2004 16:11:54.531
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.debug.internal.ui.InstructionPointerManager.addA nnotation(InstructionPointerManager.java:98)
at
org.eclipse.debug.internal.ui.views.launch.LaunchView.openEd itorForStackFrame(LaunchView.java:707)
at
org.eclipse.debug.internal.ui.views.launch.LaunchView.showEd itorForCurrentSelection(LaunchView.java:598)
at
org.eclipse.debug.internal.ui.views.launch.LaunchView.select ionChanged(LaunchView.java:474)
at
org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredV iewer.java:450)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at
org.eclipse.jface.viewers.StructuredViewer.firePostSelection Changed(StructuredViewer.java:448)
at
org.eclipse.jface.viewers.StructuredViewer.setSelection(Stru cturedViewer.java:1094)
at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:35 6)
at
org.eclipse.cdt.debug.internal.ui.editors.CDebugEditor.reset Input(CDebugEditor.java:408)
at
org.eclipse.cdt.debug.internal.ui.editors.CDebugEditor.attac hSourceLocation(CDebugEditor.java:397)
at
org.eclipse.cdt.debug.internal.ui.editors.CDebugEditor$3.wid getSelected(CDebugEditor.java:171)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
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.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)

Thanks

bye Fabi
Previous Topic:CDT 2.0.1 error ==> make handle_exceptions: Exception...
Next Topic:How to purge old plugins
Goto Forum:
  


Current Time: Sat Jun 07 15:27:56 EDT 2025

Powered by FUDForum. Page generated in 0.02641 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top