NO

Author Topic: Debugger  (Read 2605 times)

KTaschner

  • Guest
Debugger
« 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?

KTaschner

  • Guest
Re: Debugger
« Reply #1 on: July 02, 2010, 09:16:09 PM »
Got it fixed now! :)

blairon

  • Guest
Re: Debugger
« Reply #2 on: January 04, 2011, 03:19:13 PM »
I have the same problem so please tell us what was wrong!

CommonTater

  • Guest
Re: Debugger
« Reply #3 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