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