Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] What does CDT expect from gdb ?

This may be slightly out of date(?).  The gdb console is available in
the "Console" view in eclipse now.  The little blue monitor icon in the
view lets you scroll through the various consoles.  The one you want
will be labeled "Debugger Process".  You can only send it commands when
it is suspended.

  Jeremiah Lott
  TimeSys Corporation

> -----Original Message-----
> From: cdt-debug-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Kim Lux
> Sent: Friday, December 09, 2005 12:29 PM
> To: CDT Debug developers list
> Subject: Re: [cdt-debug-dev] What does CDT expect from gdb ?
> 
> 
> >From the FAQ: 
> ======================================================
> 4) Since the debugger is gdb, can I simply access the gdb console? 
> Yes, partially. The console can be flipped into gdb mode (see 
> the "Show
> Debugger Console" button in the debugger view which does this) and you
> can type in commands at that point. Doing this can possibly
> de-synchronize the IDE with gdb, so you should be careful to 
> what extent
> you drive the debugger using this interface. 
> ======================================================
> 
> Where do I find "Show Debugger Console" ?  I looked in
> Windows->Preferences and I can't find it.
> 
> 
> -- 
> 
> Kim Lux,  Diesel Research Inc.
> 
> 
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> 


Back to the top