News:

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

Main Menu

Debbuging with MS VC++ 2008 option

Started by Duke, October 22, 2009, 11:48:07 AM

Previous topic - Next topic

Duke

I cant find the debbuger cdb.exe, Who is the executable one that I have to use like toolchain?

Thanks

MortenMacFly

Quote from: Duke on October 22, 2009, 11:48:07 AM
I cant find the debbuger cdb.exe, Who is the executable one that I have to use like toolchain?
You'll need to install the "Debugging Tools for Windows" from Microsoft (freely available here: http://www.microsoft.com/whdc/devtools/debugging/whatsnew.mspx)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Duke

Thank you for the information, I is downloaded the .msi of the Debbuging Tools for Windows and on having proved it was giving myself certain mistakes of symbols, I suppose that it is because I am a novice. I have chosen for the option of the thread http: // forums.next.codeblocks.org/index.php/topic,6419.0.html

Thanks again for your help