What does the bracket numbers mean next to the Debugger Frame mean?
Answered
Hi, when I place a breakpoint in my code, I noticed there is a [number] within a bracket on some of the stackframes in the Debugger window. I can't find docs on what does this number mean. Can anyone explain what it does?
Thanks, Zee

Please sign in to leave a comment.
Hello Zee,
It shows number of such frames in the call stack. Might be useful when there are recursive calls in execution flow.