Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: damastah on May 07, 2008, 11:14:19 pm

Title: Display current function
Post by: 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.
Title: Re: Display current function
Post by: MortenMacFly on May 08, 2008, 06:00:28 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.