G
Guest
Hi,
It would be nice to get the caller of a method (just for information
purposes) in optimized builds that can reliabily account for inlining.
Currently I am using the call stack but with inlining this is not guranteed
to be accurate unless I use debug (unoptimized builds) but I wish to have
this in release builts also.
Thanks.
It would be nice to get the caller of a method (just for information
purposes) in optimized builds that can reliabily account for inlining.
Currently I am using the call stack but with inlining this is not guranteed
to be accurate unless I use debug (unoptimized builds) but I wish to have
this in release builts also.
Thanks.