Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: activelf on February 26, 2010, 09:15:23 am

Title: C::B & VC7.1 debugging problems! help!
Post by: activelf on February 26, 2010, 09:15:23 am
I installed C::B "codeblocks-8.02-setup.exe"  on WinXP, it works with VC7.1 & cdb (MS debugging tools V6.8).
Most things works well , but still some problems I cannot resolve, please give me a hand.

when I click "run",, everything works well, but if I click "step" (debug):

   1.1 there is no stand output window or box to find my output information (using std::cout)

   1.2 I can only  "step over", but cannot "step into" any functions
         if "step into" , nothing happened, and if "step over", it step over the function and work well.

   1.3 it seems the work dir is not valid, it always run from the project dir
         I try the "Execution work dir" & "host application", and nothing happened.

ANY IDEA???



Title: Re: C::B & VC7.1 debugging problems! help!
Post by: oBFusCATed on February 26, 2010, 09:47:26 am
The CDB support is not 100% complete :(

You could try a nightly to see if it behaves better