May 2010
Intermediate to advanced
1272 pages
61h 18m
English
The Call Stack window shows the method calls stack frame. In other words, you can see how methods call run in the stack. The window can show the programming language that the method is written with and can also display calls to external code. By default, the Call Stack window shows information about Just My Code. To understand methods calls, press F11 to step into the code. Figure 5.8 shows the Call Stack window related to Listing 5.1.
Figure 5.8 The Call Stack window shows methods calls in the Stack.

As you can see, the window shows the names of methods being executed and the programming language they were written with. Moreover, ...
Read now
Unlock full access