I installed C::B "codeblocks-8.02-setup.exe" on WinXP, it works with VC7.1 & cdb (MS debugging tools V6.

.
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???