News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

debug

Started by blairon, January 04, 2011, 02:55:13 PM

Previous topic - Next topic

blairon

Hello,
I just started to use Pelles C.
I can't see the c code in debug, I always stay in assembler.
I put the project options compiler on full debug info, and the linker on codeview format, but I can't succeed to step into my C code,
only in the assembler one.

CommonTater

After you set Project -> Project options -> compiler -> debug -> full.

Use Project -> Rebuild <project name> and it should work.