Debugging on C code level

Started by lamasveklint, May 26, 2009, 08:15:25 PM

Previous topic - Next topic

lamasveklint

Exposed to C in the mid/late 80's with printf as only debug tool, I would like to have a jump start on IDE debugging. What do to be able to run a procedure in a MSDOS window 'step by step' on C level to inspect the code flow and the content of the variables?
Debug button just give me an indication of " no debug info, proceed anyway"  and no stop at my C code breakpoint.

Novice

AlexN

Quote from: lamasveklint on May 26, 2009, 08:15:25 PM
Exposed to C in the mid/late 80's with printf as only debug tool, I would like to have a jump start on IDE debugging. What do to be able to run a procedure in a MSDOS window 'step by step' on C level to inspect the code flow and the content of the variables?
Debug button just give me an indication of " no debug info, proceed anyway"  and no stop at my C code breakpoint.

Novice
Have you selectat Project->Project options...->Compiler->Debug information:->Full and for the Linker->Debug information:->Codeview & COFF format.
Then you should be able to debug any application.
best regards
Alex ;)

lamasveklint

Thanks, alex, you saved my day!

little bit less novice


jwzumwalt

Pelle C is outstanding in the help file documentation. Unlike most other programs, the help file system is VERY helpfull.

You may want to look at  [help]-->[contents]-->[POIDE Integrated Envirionment]--[Debugger] its at the bottom of the menu