Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: etko on March 18, 2006, 02:18:48 am

Title: Interfacing CDB
Post 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.
Title: Re: Interfacing CDB
Post by: takeshimiya on March 18, 2006, 02:28:41 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 ?
Title: Re: Interfacing CDB
Post by: etko on March 18, 2006, 03:16:37 am
I mean how to integrate it into 3rd party app like C::B does.
Title: Re: Interfacing CDB
Post by: takeshimiya on March 18, 2006, 03:37:56 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.