NO

Author Topic: debug  (Read 2190 times)

blairon

  • Guest
debug
« 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.

CommonTater

  • Guest
Re: debug
« Reply #1 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.