Author Topic: Debbuging with MS VC++ 2008 option  (Read 4346 times)

Offline Duke

  • Single posting newcomer
  • *
  • Posts: 7
Debbuging with MS VC++ 2008 option
« 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?

Thanks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Debbuging with MS VC++ 2008 option
« Reply #1 on: October 22, 2009, 12:09:57 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Duke

  • Single posting newcomer
  • *
  • Posts: 7
Re: Debbuging with MS VC++ 2008 option
« Reply #2 on: October 23, 2009, 12:17:51 am »
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.codeblocks.org/index.php/topic,6419.0.html

Thanks again for your help