Code::Blocks Forums

User forums => Help => Topic started by: MoonKid on April 01, 2006, 08:48:12 PM

Title: view return codes of functions while debugging?
Post by: MoonKid 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.
Title: Re: view return codes of functions while debugging?
Post by: MortenMacFly on April 01, 2006, 09:26:38 PM
Quote from: MoonKid on April 01, 2006, 08:48:12 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.