In the Call Stack Window, you can set a breakpoint on a specific function call on the stack.
To set a breakpoint on a function call
A breakpoint symbol appears in the left margin next to the function call name. The symbol is a solid red dot.
The breakpoint is set at the end of the function call. When the selected call ends, the breakpoint will be hit. When you view the breakpoint properties, this breakpoint appears as an address breakpoint with a memory location corresponding to the end point of the function.
In addition, you perform these other breakpoint operations in the Call window: