Pelles C forum

C language => Beginner questions => Topic started by: KTaschner on July 02, 2010, 05:34:02 PM

Title: Debugger
Post by: KTaschner on July 02, 2010, 05:34:02 PM
I can't seem to get the debugger to work in C.  It always goes to assembly code.  What am I not understanding?
Title: Re: Debugger
Post by: KTaschner on July 02, 2010, 09:16:09 PM
Got it fixed now! :)
Title: Re: Debugger
Post by: blairon on January 04, 2011, 03:19:13 PM
I have the same problem so please tell us what was wrong!
Title: Re: Debugger
Post by: CommonTater on January 05, 2011, 08:04:06 AM
You have to compile with debugging symbols in your code...

Project -> Project Options-> Compiler -> Debug -> Full

Or you can get the release-debug-profile addin and click the DBG entry on your tree window...

http://forum.pellesc.de/index.php?topic=417.0