The Classes view in the Debugger window displays the hierarchy of all classes that have been loaded by the process being debugged. Expanding a class shows the static data for the class.
To view the classes loaded by the program:
The Classes view is added to the Debugger window.
![]() |
You can use the right-click menu on a method name in the Classes view to set a breakpoint on that method. |
See also | |
---|---|
Examining Variables
The Debug Environment |