Re: debugging question
- From: "Alexei A. Frounze" <alexfru@xxxxxxx>
- Date: Wed, 21 Sep 2005 01:31:33 +0400
"kyle york" <kyork@xxxxxxxxx> wrote in message
news:1127252019.999252@xxxxxxxxxxxxxxxxx
> Assuming the return is returning a value, when using a debugger one can
> put a breakpoint on the one return and see the value. Alternately, if
> not using a debugger one can use a printf() to print the return value.
> If you've multiple returns, you'll need to either put a break point at
> each one or put a printf by each one.
Exactly.
Alex
.
- Follow-Ups:
- Re: debugging question
- From: Kenneth Brody
- Re: debugging question
- References:
- debugging question
- From: phileo99
- Re: debugging question
- From: kyle york
- debugging question
- Prev by Date: Re: Floats to chars and chars to floats
- Next by Date: Re: Floats to chars and chars to floats
- Previous by thread: Re: debugging question
- Next by thread: Re: debugging question
- Index(es):
Relevant Pages
|