Call Stack Window

The Call Stack window shows the method calls stack frame. In other words, you can see how method calls run in the stack. The window can show the programming language that the method is written with and can display calls to external code. By default, the Call Stack window shows information about Just My Code. To understand method calls, press F11 to step into the code. Figure 5.12 shows the Call Stack window related to Listing 5.1.

Image

FIGURE 5.12 The Call Stack window shows method calls in the Stack.

The window shows the names of methods being executed and the programming language with which they were written. Calls to .NET Framework ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.