The call stack shows the chain of function calls that led to the current point:
processItem <- You are here
processAll
handleClick
(anonymous)
Click entries to jump to that code. This helps understand the path through your program.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
See how you got here
The call stack shows the chain of function calls that led to the current point:
processItem <- You are here
processAll
handleClick
(anonymous)
Click entries to jump to that code. This helps understand the path through your program.