[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: R[cdt-debug-dev] GDB console
|
> -----Original Message-----
> From: cdt-debug-dev-admin@xxxxxxxxxxx
> [mailto:cdt-debug-dev-admin@xxxxxxxxxxx] On Behalf Of Øyvind Harboe
> Sent: October 15, 2004 3:35 AM
> To: cdt-debug-dev@xxxxxxxxxxx
> Subject: R[cdt-debug-dev] GDB console
>
> > >It isn't possible to pin the GDB console to front.
> > >
> > >I'd *really* like for the GDB console to be to front by default.
> > >
> > >Got pointers to where I can change CDT anyone?
> >
> > Don't know but you can tear out the gdb console and dock it
> beside the
> > rest. Like that it's always visible even if it needs more space.
>
> Unfortunally this does little to address the problem.
>
> The most frequently asked question I get is due to confusion
> between "GDB console" and the "stdin/stderr/stdout console".
>
> If I could make the "GDB console" be the default to front,
> people discover the less interesting(for embedded purposes)
> "stdin/stderr/stdout console" when they need to.
>
> I believe that "GDB console" must be to front by default.
Then you can create a GDB Debugger specific perpective with a layout
that is very GDB centric. However, for many of _my_ customers, they
_don't_ want to see a GDB console at all (that is why they are using
a graphical IDE =;-). These types of differences are always going to
occur, and since GDB is just one flavour of the generic CDT debugger,
it would be very presumptuous to assume that all users need the GDB
console more than they need ... say the output console, or some other
view.
Thomas