Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » debugging in QNX
debugging in QNX [message #66377] Wed, 09 April 2003 09:51 Go to next message
Eclipse UserFriend
I run eclipse 2.1 and CDT 1.0.1 in QNX. I managed to build "Hello World",
but I cannot start debugger. This is an excerpt from log file:

!ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 09:43:11.984
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException: No such debugger

Stack trace:
java/lang/Throwable.<init>()V
java/lang/Throwable.<init>(Ljava/lang/String;)V

org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/IStatus;)V

org/eclipse/cdt/debug/core/CDebugCorePlugin.getDebugConfigur ation(Ljava/lang/String;)Lorg/eclipse/cdt/debug/core/ICDebug Configuration;

org/eclipse/cdt/launch/AbstractCLaunchDelegate.getDebugConfi g(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse /cdt/debug/core/ICDebugConfiguration;

org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Lj ava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse /core/runtime/IProgressMonitor;)V

org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor; )Lorg/eclipse/debug/core/ILaunch;

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;

org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/ecl ipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ ILaunch;

org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressMonitor;)V
org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V

!ENTRY org.eclipse.cdt.debug.core 4 100 Apr 09, 2003 09:43:11.989
!MESSAGE No such debugger


Can I fix it by simple altering something in configuration or I have to
wait for another release?

Thanks,

Serge
Re: debugging in QNX [message #66432 is a reply to message #66377] Wed, 09 April 2003 10:48 Go to previous messageGo to next message
Eclipse UserFriend
Your launch configuration contains a debugger ID which does not exist in your installation.
To fix this go to the debugger tab in the launch configuration dialog and it should change
to the correct debugger.


Serge wrote:
> I run eclipse 2.1 and CDT 1.0.1 in QNX. I managed to build "Hello World",
> but I cannot start debugger. This is an excerpt from log file:
>
> !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 09:43:11.984
> !MESSAGE Error logged from Debug UI:
> !STACK 1
> org.eclipse.core.runtime.CoreException: No such debugger
>
> Stack trace:
> java/lang/Throwable.<init>()V
> java/lang/Throwable.<init>(Ljava/lang/String;)V
>
> org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/IStatus;)V
>
> org/eclipse/cdt/debug/core/CDebugCorePlugin.getDebugConfigur ation(Ljava/lang/String;)Lorg/eclipse/cdt/debug/core/ICDebug Configuration;
>
> org/eclipse/cdt/launch/AbstractCLaunchDelegate.getDebugConfi g(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse /cdt/debug/core/ICDebugConfiguration;
>
> org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Lj ava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse /core/runtime/IProgressMonitor;)V
>
> org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor; )Lorg/eclipse/debug/core/ILaunch;
>
> 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;
>
> org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/ecl ipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ ILaunch;
>
> org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressMonitor;)V
> org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
>
> !ENTRY org.eclipse.cdt.debug.core 4 100 Apr 09, 2003 09:43:11.989
> !MESSAGE No such debugger
>
>
> Can I fix it by simple altering something in configuration or I have to
> wait for another release?
>
> Thanks,
>
> Serge
>
Re: debugging in QNX [message #66474 is a reply to message #66432] Wed, 09 April 2003 11:36 Go to previous messageGo to next message
Eclipse UserFriend
Thank you for the hint. I missed this place. Now I set it to gdb, but when
I press "Debug" button I get following:

!ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 11:36:48.862
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
{R,T}xThread terminated

Stack trace:
java/lang/Throwable.<init>()V
java/lang/Throwable.<init>(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V

org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/ core/resources/IFile;)Lorg/eclipse/cdt/debug/core/cdi/ICDISe ssion;

org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Lj ava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse /core/runtime/IProgressMonitor;)V

org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor; )Lorg/eclipse/debug/core/ILaunch;

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;

org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/ecl ipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ ILaunch;

org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressMonitor;)V
org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V

!ENTRY org.eclipse.cdt.launch 4 150 Apr 09, 2003 11:36:48.878
!MESSAGE Failed Launching CDI Debugger : Error initializing: {R,T}xThread
terminated
!STACK 0
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
{R,T}xThread terminated

Stack trace:
java/lang/Throwable.<init>()V
java/lang/Throwable.<init>(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V

org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/ core/resources/IFile;)Lorg/eclipse/cdt/debug/core/cdi/ICDISe ssion;

org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Lj ava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse /core/runtime/IProgressMonitor;)V

org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor; )Lorg/eclipse/debug/core/ILaunch;

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;

org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/ecl ipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ ILaunch;

org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressMonitor;)V
org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V



> David Inglis wrote:
>
> Your launch configuration contains a debugger ID which does not exist in
your installation.
> To fix this go to the debugger tab in the launch configuration dialog and it
should change
> to the correct debugger.


> Serge wrote:
> > I run eclipse 2.1 and CDT 1.0.1 in QNX. I managed to build "Hello World",
> > but I cannot start debugger. This is an excerpt from log file:
> >
> > !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 09:43:11.984
> > !MESSAGE Error logged from Debug UI:
> > !STACK 1
> > org.eclipse.core.runtime.CoreException: No such debugger
> >
> > Stack trace:
> > java/lang/Throwable.<init>()V
> > java/lang/Throwable.<init>(Ljava/lang/String;)V
> >
> >
org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/IStatus;)V
> >
> >
org/eclipse/cdt/debug/core/CDebugCorePlugin.getDebugConfigur ation(Ljava/lang/String;)Lorg/eclipse/cdt/debug/core/ICDebug Configuration;
> >
> >
org/eclipse/cdt/launch/AbstractCLaunchDelegate.getDebugConfi g(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse /cdt/debug/core/ICDebugConfiguration;
> >
> >
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Lj ava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse /core/runtime/IProgressMonitor;)V
> >
> >
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor; )Lorg/eclipse/debug/core/ILaunch;
> >
> >
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;
> >
> >
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/ecl ipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ ILaunch;
> >
> >
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressMonitor;)V
> > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> >
> > !ENTRY org.eclipse.cdt.debug.core 4 100 Apr 09, 2003 09:43:11.989
> > !MESSAGE No such debugger
> >
> >
> > Can I fix it by simple altering something in configuration or I have to
> > wait for another release?
> >
> > Thanks,
> >
> > Serge
> >
Re: debugging in QNX [message #66537 is a reply to message #66474] Wed, 09 April 2003 15:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

Check the version of your gdb. It should be 5.2.1 to work with CDT.

"Serge" <Serge_Yuschenko@kelk.com> wrote in message
news:b71elt$ubf$1@rogue.oti.com...
> Thank you for the hint. I missed this place. Now I set it to gdb, but when
> I press "Debug" button I get following:
>
> !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 11:36:48.862
> !MESSAGE Error logged from Debug UI:
> !STACK 1
> org.eclipse.core.runtime.CoreException[150]:
> org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
> {R,T}xThread terminated
>
> Stack trace:
> java/lang/Throwable.<init>()V
> java/lang/Throwable.<init>(Ljava/lang/String;)V
> org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V
>
>
org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/d
ebug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/I File;)Lorg/eclip
se/cdt/debug/core/cdi/ICDISession;
>
>
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
>
>
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
;
>
>
org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
>
>
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
or;)Lorg/eclipse/debug/core/ILaunch;
>
>
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
onitor;)V
> org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
>
> !ENTRY org.eclipse.cdt.launch 4 150 Apr 09, 2003 11:36:48.878
> !MESSAGE Failed Launching CDI Debugger : Error initializing: {R,T}xThread
> terminated
> !STACK 0
> org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
> {R,T}xThread terminated
>
> Stack trace:
> java/lang/Throwable.<init>()V
> java/lang/Throwable.<init>(Ljava/lang/String;)V
> org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V
>
>
org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/d
ebug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/I File;)Lorg/eclip
se/cdt/debug/core/cdi/ICDISession;
>
>
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
>
>
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
;
>
>
org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
>
>
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
or;)Lorg/eclipse/debug/core/ILaunch;
>
>
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
onitor;)V
> org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
>
>
>
> > David Inglis wrote:
> >
> > Your launch configuration contains a debugger ID which does not exist in
> your installation.
> > To fix this go to the debugger tab in the launch configuration dialog
and it
> should change
> > to the correct debugger.
>
>
> > Serge wrote:
> > > I run eclipse 2.1 and CDT 1.0.1 in QNX. I managed to build "Hello
World",
> > > but I cannot start debugger. This is an excerpt from log file:
> > >
> > > !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 09:43:11.984
> > > !MESSAGE Error logged from Debug UI:
> > > !STACK 1
> > > org.eclipse.core.runtime.CoreException: No such debugger
> > >
> > > Stack trace:
> > > java/lang/Throwable.<init>()V
> > > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > >
> > >
>
org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/ISta
tus;)V
> > >
> > >
>
org/eclipse/cdt/debug/core/CDebugCorePlugin.getDebugConfigur ation(Ljava/lang
/String;)Lorg/eclipse/cdt/debug/core/ICDebugConfiguration;
> > >
> > >
>
org/eclipse/cdt/launch/AbstractCLaunchDelegate.getDebugConfi g(Lorg/eclipse/d
ebug/core/ILaunchConfiguration;)Lorg/eclipse/cdt/debug/core/ ICDebugConfigura
tion;
> > >
> > >
>
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> > >
> > >
>
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
;
> > >
> > >
>
org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> > >
> > >
>
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
or;)Lorg/eclipse/debug/core/ILaunch;
> > >
> > >
>
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
onitor;)V
> > > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> > >
> > > !ENTRY org.eclipse.cdt.debug.core 4 100 Apr 09, 2003 09:43:11.989
> > > !MESSAGE No such debugger
> > >
> > >
> > > Can I fix it by simple altering something in configuration or I have
to
> > > wait for another release?
> > >
> > > Thanks,
> > >
> > > Serge
> > >
>
>
>
>
Re: debugging in QNX [message #66579 is a reply to message #66537] Wed, 09 April 2003 16:25 Go to previous messageGo to next message
Eclipse UserFriend
Thanks. I have 5.0. As far as I know 5.2.1 is comming with QNX 6.2.1. I'll
wait.

Serge

Mikhail Khodjaiants wrote:

> Check the version of your gdb. It should be 5.2.1 to work with CDT.

> "Serge" <Serge_Yuschenko@kelk.com> wrote in message
> news:b71elt$ubf$1@rogue.oti.com...
> > Thank you for the hint. I missed this place. Now I set it to gdb, but when
> > I press "Debug" button I get following:
> >
> > !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 11:36:48.862
> > !MESSAGE Error logged from Debug UI:
> > !STACK 1
> > org.eclipse.core.runtime.CoreException[150]:
> > org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
> > {R,T}xThread terminated
> >
> > Stack trace:
> > java/lang/Throwable.<init>()V
> > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V
> >
> >
> org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/d
> ebug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/I File;)Lorg/eclip
> se/cdt/debug/core/cdi/ICDISession;
> >
> >
> org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
> g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
> ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> >
> >
> org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
> ;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
> ;
> >
> >
> org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
> g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
> gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> >
> >
> org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
> unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
> or;)Lorg/eclipse/debug/core/ILaunch;
> >
> >
> org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
> onitor;)V
> > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> >
> > !ENTRY org.eclipse.cdt.launch 4 150 Apr 09, 2003 11:36:48.878
> > !MESSAGE Failed Launching CDI Debugger : Error initializing: {R,T}xThread
> > terminated
> > !STACK 0
> > org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
> > {R,T}xThread terminated
> >
> > Stack trace:
> > java/lang/Throwable.<init>()V
> > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V
> >
> >
> org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/d
> ebug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/I File;)Lorg/eclip
> se/cdt/debug/core/cdi/ICDISession;
> >
> >
> org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
> g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
> ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> >
> >
> org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
> ;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
> ;
> >
> >
> org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
> g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
> gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> >
> >
> org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
> unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
> or;)Lorg/eclipse/debug/core/ILaunch;
> >
> >
> org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
> onitor;)V
> > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> >
> >
> >
> > > David Inglis wrote:
> > >
> > > Your launch configuration contains a debugger ID which does not exist in
> > your installation.
> > > To fix this go to the debugger tab in the launch configuration dialog
> and it
> > should change
> > > to the correct debugger.
> >
> >
> > > Serge wrote:
> > > > I run eclipse 2.1 and CDT 1.0.1 in QNX. I managed to build "Hello
> World",
> > > > but I cannot start debugger. This is an excerpt from log file:
> > > >
> > > > !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 09:43:11.984
> > > > !MESSAGE Error logged from Debug UI:
> > > > !STACK 1
> > > > org.eclipse.core.runtime.CoreException: No such debugger
> > > >
> > > > Stack trace:
> > > > java/lang/Throwable.<init>()V
> > > > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > > >
> > > >
> >
> org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/ISta
> tus;)V
> > > >
> > > >
> >
> org/eclipse/cdt/debug/core/CDebugCorePlugin.getDebugConfigur ation(Ljava/lang
> /String;)Lorg/eclipse/cdt/debug/core/ICDebugConfiguration;
> > > >
> > > >
> >
> org/eclipse/cdt/launch/AbstractCLaunchDelegate.getDebugConfi g(Lorg/eclipse/d
> ebug/core/ILaunchConfiguration;)Lorg/eclipse/cdt/debug/core/ ICDebugConfigura
> tion;
> > > >
> > > >
> >
> org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
> g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
> ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> > > >
> > > >
> >
> org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
> ;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
> ;
> > > >
> > > >
> >
> org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
> g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
> gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> > > >
> > > >
> >
> org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
> unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
> or;)Lorg/eclipse/debug/core/ILaunch;
> > > >
> > > >
> >
> org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
> onitor;)V
> > > > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> > > >
> > > > !ENTRY org.eclipse.cdt.debug.core 4 100 Apr 09, 2003 09:43:11.989
> > > > !MESSAGE No such debugger
> > > >
> > > >
> > > > Can I fix it by simple altering something in configuration or I have
> to
> > > > wait for another release?
> > > >
> > > > Thanks,
> > > >
> > > > Serge
> > > >
> >
> >
> >
> >
Re: debugging in QNX [message #66601 is a reply to message #66579] Wed, 09 April 2003 16:39 Go to previous message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

That's correct. The QNX 6.2.1 includes gdb 5.2.1.

"Serge" <Serge_Yuschenko@kelk.com> wrote in message
news:b71vk6$fd8$1@rogue.oti.com...
> Thanks. I have 5.0. As far as I know 5.2.1 is comming with QNX 6.2.1. I'll
> wait.
>
> Serge
>
> Mikhail Khodjaiants wrote:
>
> > Check the version of your gdb. It should be 5.2.1 to work with CDT.
>
> > "Serge" <Serge_Yuschenko@kelk.com> wrote in message
> > news:b71elt$ubf$1@rogue.oti.com...
> > > Thank you for the hint. I missed this place. Now I set it to gdb, but
when
> > > I press "Debug" button I get following:
> > >
> > > !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 11:36:48.862
> > > !MESSAGE Error logged from Debug UI:
> > > !STACK 1
> > > org.eclipse.core.runtime.CoreException[150]:
> > > org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
> > > {R,T}xThread terminated
> > >
> > > Stack trace:
> > > java/lang/Throwable.<init>()V
> > > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > >
org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V
> > >
> > >
> >
org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/d
> >
ebug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/I File;)Lorg/eclip
> > se/cdt/debug/core/cdi/ICDISession;
> > >
> > >
> >
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
> >
g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
> > ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> > >
> > >
> >
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
> >
;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
> > ;
> > >
> > >
> >
org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
> >
g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
> > gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> > >
> > >
> >
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
> >
unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
> > or;)Lorg/eclipse/debug/core/ILaunch;
> > >
> > >
> >
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
> > onitor;)V
> > > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> > >
> > > !ENTRY org.eclipse.cdt.launch 4 150 Apr 09, 2003 11:36:48.878
> > > !MESSAGE Failed Launching CDI Debugger : Error initializing:
{R,T}xThread
> > > terminated
> > > !STACK 0
> > > org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
> > > {R,T}xThread terminated
> > >
> > > Stack trace:
> > > java/lang/Throwable.<init>()V
> > > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > >
org/eclipse/cdt/debug/core/cdi/CDIException.<init>(Ljava/lang/String;)V
> > >
> > >
> >
org/eclipse/cdt/debug/mi/core/GDBDebugger.createLaunchSessio n(Lorg/eclipse/d
> >
ebug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/I File;)Lorg/eclip
> > se/cdt/debug/core/cdi/ICDISession;
> > >
> > >
> >
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
> >
g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
> > ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> > >
> > >
> >
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
> >
;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
> > ;
> > >
> > >
> >
org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
> >
g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
> > gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> > >
> > >
> >
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
> >
unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
> > or;)Lorg/eclipse/debug/core/ILaunch;
> > >
> > >
> >
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
> > onitor;)V
> > > org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> > >
> > >
> > >
> > > > David Inglis wrote:
> > > >
> > > > Your launch configuration contains a debugger ID which does not
exist in
> > > your installation.
> > > > To fix this go to the debugger tab in the launch configuration
dialog
> > and it
> > > should change
> > > > to the correct debugger.
> > >
> > >
> > > > Serge wrote:
> > > > > I run eclipse 2.1 and CDT 1.0.1 in QNX. I managed to build "Hello
> > World",
> > > > > but I cannot start debugger. This is an excerpt from log file:
> > > > >
> > > > > !ENTRY org.eclipse.debug.ui 4 120 Apr 09, 2003 09:43:11.984
> > > > > !MESSAGE Error logged from Debug UI:
> > > > > !STACK 1
> > > > > org.eclipse.core.runtime.CoreException: No such debugger
> > > > >
> > > > > Stack trace:
> > > > > java/lang/Throwable.<init>()V
> > > > > java/lang/Throwable.<init>(Ljava/lang/String;)V
> > > > >
> > > > >
> > >
> >
org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/ISta
> > tus;)V
> > > > >
> > > > >
> > >
> >
org/eclipse/cdt/debug/core/CDebugCorePlugin.getDebugConfigur ation(Ljava/lang
> > /String;)Lorg/eclipse/cdt/debug/core/ICDebugConfiguration;
> > > > >
> > > > >
> > >
> >
org/eclipse/cdt/launch/AbstractCLaunchDelegate.getDebugConfi g(Lorg/eclipse/d
> >
ebug/core/ILaunchConfiguration;)Lorg/eclipse/cdt/debug/core/ ICDebugConfigura
> > tion;
> > > > >
> > > > >
> > >
> >
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDel egate.launch(Lor
> >
g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String; Lorg/eclipse/deb
> > ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;) V
> > > > >
> > > > >
> > >
> >
org/eclipse/debug/internal/core/LaunchConfiguration.launch(L java/lang/String
> >
;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/de bug/core/ILaunch
> > ;
> > > > >
> > > > >
> > >
> >
org/eclipse/debug/internal/ui/DebugUIPlugin.buildAndLaunch(L org/eclipse/debu
> >
g/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/c ore/runtime/IPro
> > gressMonitor;)Lorg/eclipse/debug/core/ILaunch;
> > > > >
> > > > >
> > >
> >
org/eclipse/debug/ui/DebugUITools.buildAndLaunch(Lorg/eclips e/debug/core/ILa
> >
unchConfiguration;Ljava/lang/String;Lorg/eclipse/core/runtim e/IProgressMonit
> > or;)Lorg/eclipse/debug/core/ILaunch;
> > > > >
> > > > >
> > >
> >
org/eclipse/debug/ui/DebugUITools$2.run(Lorg/eclipse/core/ru ntime/IProgressM
> > onitor;)V
> > > > >
org/eclipse/jface/operation/ModalContext$ModalContextThread. run()V
> > > > >
> > > > > !ENTRY org.eclipse.cdt.debug.core 4 100 Apr 09, 2003 09:43:11.989
> > > > > !MESSAGE No such debugger
> > > > >
> > > > >
> > > > > Can I fix it by simple altering something in configuration or I
have
> > to
> > > > > wait for another release?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Serge
> > > > >
> > >
> > >
> > >
> > >
>
>
>
>
>
Previous Topic:zlib and make issues
Next Topic:Ants ate my Cadillac
Goto Forum:
  


Current Time: Fri May 09 22:01:50 EDT 2025

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

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

Back to the top