Pelles C forum

C language => Beginner questions => Topic started by: blairon on January 04, 2011, 02:55:13 PM

Title: debug
Post by: blairon on January 04, 2011, 02:55:13 PM
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.
Title: Re: debug
Post by: CommonTater on January 05, 2011, 08:05:57 AM
After you set Project -> Project options -> compiler -> debug -> full.

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