Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] CDT should allow launching only GDB and not the application

There are certain things that Insight(part of the establishment) does
better than CDT(the newcomer). Competition is good.

> Perhaps I'm mis-understanding what you want to do.  It almost
> sounds like you want to start up _just_ the debugger ... which
> is all Insigh(t) is compared the the IDE which is what Eclipse=20
> is.

What Insight gets right is that it does not try to control the launching
of the app. It lets the programmer be in control of this procedure.

It should be possible to launch *GDB only* from within CDT, where CDT
makes no assumptions about the state of GDB, and lets me connect to the
target, load symbols, etc. via the command line console. 

I need to use a messy&buggy&timing sensitive procedure which involves
"monitor xxx" commands that GDB does not and should not understand.

This is for embedded work.

Øyvind




Back to the top