Author Topic: Display current function  (Read 2945 times)

damastah

  • Guest
Display current function
« 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Display current function
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ