News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Interfacing CDB

Started by etko, March 18, 2006, 02:18:48 AM

Previous topic - Next topic

etko

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.

takeshimiya

Quote from: 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.

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 ?

etko

I mean how to integrate it into 3rd party app like C::B does.

takeshimiya

Quote from: etko on March 18, 2006, 03:16:37 AM
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.