Code::Blocks Forums
User forums => Help => Topic started 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.
-
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.