Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Combining a debugger into CDT environment

Hello,

I have a small question.

I want to combine a GDB-like debugger into CDT, specifically, I want to have
my debugger listed in the Debugger tab in the Debug Configurations window.

That's all that I want.....
The other tools are the same (i.e. gcc, make etc), it's just the debug
tool that I want to add.

Just wondering, where is the entry point to implement it? Source code
files, Extension points?

Thanks,
Donny


Back to the top