Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Debugger doesn't work
Debugger doesn't work [message #220691] Tue, 10 July 2007 10:35 Go to next message
Eclipse UserFriend
Originally posted by: agnonchik.yandex.ru

Hi, I have the same problem, as described here
http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg1 1420.html
with Eclipse 3.3.0, build id: I20070621-1340 on Red Hat Enterprise Linux
WS release 3 (Taroon Update 5), kernel 2.4.21-32.ELsmp #1 SMP Fri Apr 15
21:03:28 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux.
Re: Debugger doesn't work [message #220698 is a reply to message #220691] Tue, 10 July 2007 10:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: agnonchik.yandex.ru

The error is:

!SUBENTRY 1 org.eclipse.cdt.debug.mi.core 4 150 2007-07-10 02:46:06.287
!MESSAGE Target is not responding (timed out)
!STACK 0
org.eclipse.cdt.debug.mi.core.MIException: Target is not responding (timed
out)
at
org.eclipse.cdt.debug.mi.core.MISession.postCommand0(Lorg.ec lipse.cdt.debug.mi.core.command.Command;J)V(MISession.java:6 06)
at
org.eclipse.cdt.debug.mi.core.MISession.postCommand(Lorg.ecl ipse.cdt.debug.mi.core.command.Command;J)V(MISession.java:57 2)
at
org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger2.startGDB ServerSession(Lorg.eclipse.debug.core.ILaunchConfiguration;L org.eclipse.cdt.debug.mi.core.cdi.Session;Lorg.eclipse.core. runtime.IProgressMonitor;)V(GDBServerCDIDebugger2.java:100)
at
org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger2.doStartS ession(Lorg.eclipse.debug.core.ILaunch;Lorg.eclipse.cdt.debu g.mi.core.cdi.Session;Lorg.eclipse.core.runtime.IProgressMon itor;)V(GDBServerCDIDebugger2.java:43)
at
org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger.createS ession(Lorg.eclipse.debug.core.ILaunch;Ljava.io.File;Lorg.ec lipse.core.runtime.IProgressMonitor;)Lorg.eclipse.cdt.debug. core.cdi.ICDISession;(AbstractGDBCDIDebugger.java:79)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc hDebugSession(Lorg.eclipse.debug.core.ILaunchConfiguration;L org.eclipse.debug.core.ILaunch;Lorg.eclipse.cdt.debug.core.I CDIDebugger2;Lorg.eclipse.core.runtime.IProgressMonitor;)Lor g.eclipse.cdt.debug.core.cdi.ICDISession;(LocalCDILaunchDele gate.java:307)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.creat eCDISession(Lorg.eclipse.debug.core.ILaunchConfiguration;Lor g.eclipse.debug.core.ILaunch;Lorg.eclipse.cdt.debug.core.ICD ebugConfiguration;Lorg.eclipse.core.runtime.IProgressMonitor ;)Lorg.eclipse.cdt.debug.core.cdi.ICDISession;(LocalCDILaunc hDelegate.java:432)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc hLocalDebugSession(Lorg.eclipse.debug.core.ILaunchConfigurat ion;Lorg.eclipse.debug.core.ILaunch;Lorg.eclipse.core.runtim e.IProgressMonitor;)V(LocalCDILaunchDelegate.java:138)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc hDebugger(Lorg.eclipse.debug.core.ILaunchConfiguration;Lorg. eclipse.debug.core.ILaunch;Lorg.eclipse.core.runtime.IProgre ssMonitor;)V(LocalCDILaunchDelegate.java:105)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc h(Lorg.eclipse.debug.core.ILaunchConfiguration;Ljava.lang.St ring;Lorg.eclipse.debug.core.ILaunch;Lorg.eclipse.core.runti me.IProgressMonitor;)V(LocalCDILaunchDelegate.java:65)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L java.lang.String;Lorg.eclipse.core.runtime.IProgressMonitor; ZZ)Lorg.eclipse.debug.core.ILaunch;(LaunchConfiguration.java :766)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L java.lang.String;Lorg.eclipse.core.runtime.IProgressMonitor; Z)Lorg.eclipse.debug.core.ILaunch;(LaunchConfiguration.java: 608)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(L org.eclipse.debug.core.ILaunchConfiguration;Ljava.lang.Strin g;Lorg.eclipse.core.runtime.IProgressMonitor;)Lorg.eclipse.d ebug.core.ILaunch;(DebugUIPlugin.java:899)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(Lorg.eclip se.core.runtime.IProgressMonitor;)Lorg.eclipse.core.runtime. IStatus;(DebugUIPlugin.java:1102)
at org.eclipse.core.internal.jobs.Worker.run()V(Worker.java:55)
at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unkn own Source)
Re: Debugger doesn't work [message #220705 is a reply to message #220698] Tue, 10 July 2007 11:35 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Probably it's better to post to the CDT newsgroup.
news://news.eclipse.org/eclipse.tools.cdt

Agnonchik wrote:
> The error is:
>
> !SUBENTRY 1 org.eclipse.cdt.debug.mi.core 4 150 2007-07-10 02:46:06.287
> !MESSAGE Target is not responding (timed out)
> !STACK 0
> org.eclipse.cdt.debug.mi.core.MIException: Target is not responding
> (timed out)
> at
> org.eclipse.cdt.debug.mi.core.MISession.postCommand0(Lorg.ec lipse.cdt.debug.mi.core.command.Command;J)V(MISession.java:6 06)
>
> at
> org.eclipse.cdt.debug.mi.core.MISession.postCommand(Lorg.ecl ipse.cdt.debug.mi.core.command.Command;J)V(MISession.java:57 2)
>
> at
> org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger2.startGDB ServerSession(Lorg.eclipse.debug.core.ILaunchConfiguration;L org.eclipse.cdt.debug.mi.core.cdi.Session;Lorg.eclipse.core. runtime.IProgressMonitor;)V(GDBServerCDIDebugger2.java:100)
>
> at
> org.eclipse.cdt.debug.mi.core.GDBServerCDIDebugger2.doStartS ession(Lorg.eclipse.debug.core.ILaunch;Lorg.eclipse.cdt.debu g.mi.core.cdi.Session;Lorg.eclipse.core.runtime.IProgressMon itor;)V(GDBServerCDIDebugger2.java:43)
>
> at
> org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger.createS ession(Lorg.eclipse.debug.core.ILaunch;Ljava.io.File;Lorg.ec lipse.core.runtime.IProgressMonitor;)Lorg.eclipse.cdt.debug. core.cdi.ICDISession;(AbstractGDBCDIDebugger.java:79)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc hDebugSession(Lorg.eclipse.debug.core.ILaunchConfiguration;L org.eclipse.debug.core.ILaunch;Lorg.eclipse.cdt.debug.core.I CDIDebugger2;Lorg.eclipse.core.runtime.IProgressMonitor;)Lor g.eclipse.cdt.debug.core.cdi.ICDISession;(LocalCDILaunchDele gate.java:307)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.creat eCDISession(Lorg.eclipse.debug.core.ILaunchConfiguration;Lor g.eclipse.debug.core.ILaunch;Lorg.eclipse.cdt.debug.core.ICD ebugConfiguration;Lorg.eclipse.core.runtime.IProgressMonitor ;)Lorg.eclipse.cdt.debug.core.cdi.ICDISession;(LocalCDILaunc hDelegate.java:432)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc hLocalDebugSession(Lorg.eclipse.debug.core.ILaunchConfigurat ion;Lorg.eclipse.debug.core.ILaunch;Lorg.eclipse.core.runtim e.IProgressMonitor;)V(LocalCDILaunchDelegate.java:138)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc hDebugger(Lorg.eclipse.debug.core.ILaunchConfiguration;Lorg. eclipse.debug.core.ILaunch;Lorg.eclipse.core.runtime.IProgre ssMonitor;)V(LocalCDILaunchDelegate.java:105)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc h(Lorg.eclipse.debug.core.ILaunchConfiguration;Ljava.lang.St ring;Lorg.eclipse.debug.core.ILaunch;Lorg.eclipse.core.runti me.IProgressMonitor;)V(LocalCDILaunchDelegate.java:65)
>
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L java.lang.String;Lorg.eclipse.core.runtime.IProgressMonitor; ZZ)Lorg.eclipse.debug.core.ILaunch;(LaunchConfiguration.java :766)
>
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L java.lang.String;Lorg.eclipse.core.runtime.IProgressMonitor; Z)Lorg.eclipse.debug.core.ILaunch;(LaunchConfiguration.java: 608)
>
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(L org.eclipse.debug.core.ILaunchConfiguration;Ljava.lang.Strin g;Lorg.eclipse.core.runtime.IProgressMonitor;)Lorg.eclipse.d ebug.core.ILaunch;(DebugUIPlugin.java:899)
>
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(Lorg.eclip se.core.runtime.IProgressMonitor;)Lorg.eclipse.core.runtime. IStatus;(DebugUIPlugin.java:1102)
>
> at org.eclipse.core.internal.jobs.Worker.run()V(Worker.java:55)
> at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unkn own
> Source)
>
>
>
Previous Topic:visual editor for c++? new to eclipse.
Next Topic:Eclipse on QNX
Goto Forum:
  


Current Time: Fri Apr 26 06:03:39 GMT 2024

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

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

Back to the top