News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Display current function

Started by damastah, May 07, 2008, 11:14:19 PM

Previous topic - Next topic

damastah

Is there a debug option that will tell me where the program is in my code?
I want to see where my program is when it messes up.

MortenMacFly

Quote from: damastah on May 07, 2008, 11:14:19 PM
Is there a debug option that will tell me where the program is in my code?
I want to see where my program is when it messes up.
Why don't you just use the debugger? That's what it was designed for. See my sig for details.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]