Thanks for the pointers!
Matt
Robert Cummings wrote:
Matt Giddings wrote:
Hi,
Is there a way (other than using __LINE__ and __FILE__) to determine
which file & line called a function/method? I would like to add some
debugging information to a method but I don't want to have to go
through
Matt Giddings wrote:
Hi,
Is there a way (other than using __LINE__ and __FILE__) to determine
which file & line called a function/method? I would like to add some
debugging information to a method but I don't want to have to go through
to each line that calls it and add the __LINE__ and __FI
On Thu, Aug 13, 2009 at 10:48 AM, Matt Giddings wrote:
> Hi,
>
> Is there a way (other than using __LINE__ and __FILE__) to determine which
> file & line called a function/method? I would like to add some debugging
> information to a method but I don't want to have to go through to each line
> tha
Hi,
Is there a way (other than using __LINE__ and __FILE__) to determine
which file & line called a function/method? I would like to add some
debugging information to a method but I don't want to have to go through
to each line that calls it and add the __LINE__ and __FILE__
parameters. Gue
4 matches
Mail list logo