Author Topic: view return codes of functions while debugging?  (Read 4437 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
view return codes of functions while debugging?
« on: April 01, 2006, 08:48:12 pm »
Is it possible to view the return values/codes of functions while I am debugging?

I found nothing in the watchlist and callstack view.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: view return codes of functions while debugging?
« Reply #1 on: April 01, 2006, 09:26:38 pm »
Is it possible to view the return values/codes of functions while I am debugging?
Set a breakpoint at the line containing the "return my_value;" or similar of the function to inspect...?!
With regards, Morten.
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