depth call stack
Posted: Tue Dec 28, 2021 3:55 pm
In VO I got a situation that there is probably a circular reference resulting in a crash without an errorlog (in our case at least).
Now I would like to check how deep the call stack is in certain situations.
Is there a function that I can call to see how deep the call stack is? Or do I have to iterate through the call stack to get to the bottom, just like I'd do to dump the call stack?
Now I would like to check how deep the call stack is in certain situations.
Is there a function that I can call to see how deep the call stack is? Or do I have to iterate through the call stack to get to the bottom, just like I'd do to dump the call stack?