Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] enabling CDT to use multiple debuggers

Currently CDT supports only gdb, by hardcoding the launch of gdbPICL.
There was interest manifested on using other debuggers as well, possibly
from various contributors.
We are looking at feedback on where in the UI to surface this choice to the
user:

I can see at least 2 possibilities for debugger invocation:

1) From the launch configurations: we could add a Tab with a few entry
fields for specifying which debugger to launch,
     with its attending parameters etc.
2) We could add the choice of debugger in the Project->Properties.

I am inclining towards 2), since in the Project properties wizard there are
already things like "Build Invocation".
Comments, suggestions welcome.

Robert.

===========================================================




Back to the top