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
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.