What does the bracket numbers mean next to the Debugger Frame mean?

已回答

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

 

0

Hello Zee,

It shows number of such frames in the call stack. Might be useful when there are recursive calls in execution flow. 

0

请先登录再写评论。