Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: etko on March 18, 2006, 02:18:48 am
-
Hi is there any site on the web with simple and comprehensive info how to interface windows CDB/WinDbg?
I am just asking about this for non C project.
-
Hi is there any site on the web with simple and comprehensive info how to interface windows CDB/WinDbg?
I am just asking about this for non C project.
Yes, here: http://www.microsoft.com/whdc/devtools/debugging/resources.mspx or here: http://www.google.com. :wink:
Or do you mean integrated from within C::B ?
-
I mean how to integrate it into 3rd party app like C::B does.
-
I mean how to integrate it into 3rd party app like C::B does.
From what I know, C::B integrates GNU GDB and MS CDB as debuggers.
You might want to look at the debugger plugin code.