23 Nov
2006
23 Nov
'06
10:08 a.m.
Berenguer Blasi wrote:
Is there a way to debug templates? with kdbg preferrably?
What's your specific problem in debugging template code? Certainly you could debug templated C++ code with any gdb frontend. As James already said, this could get rather confusing, but it's possible without a doubt.
James Hughes wrote: Kgdb??? The Linux kernel debugger?? Since the kernel is all C, how can you use templates > in it?
Forgive me if I am missing something!!
I think he means the KDE frontend to gdb, usually embedded into KDevelop. Regards Hendrik