Author Topic: C::B & VC7.1 debugging problems! help!  (Read 3770 times)

Offline activelf

  • Single posting newcomer
  • *
  • Posts: 2
C::B & VC7.1 debugging problems! help!
« 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???




Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: C::B & VC7.1 debugging problems! help!
« Reply #1 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
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]