Context Tree Options dialog box
Use the Context Tree Options dialog box to control what type of information is shown in the left-hand panes of the Debugger window, or in the Debugger Context Browser window.
To open the Context Tree Options dialog box, right-click in the Debugger Context Browser window and choose Properties
Dialog box options
Type of Context Tree
Choose whether to show watches in the selected pane, or show information for the current context such as threads, methods, and data.
Display Context Information Only
Shows current context information in the selected pane. This context information includes threads, methods, and data.
Display Data Watches Only
Shows data watches in the current pane.
Context Information Choices
These options are available if you choose Display Context Information Only as the type of context tree to display in the selected pane.
- Display Threads: Shows the threads in the current context.
- Display Methods on the Stack: Shows the methods on the stack.
- Show Line Number: Shows each method's line number in the source code.
- Show Class Name: Shows each method's class name.
- Show Source Filename: Shows each method's source file name.
- Display Data: Shows the variables and arrays in the current context.
- Hide Data: Hides the selected data.
- Show Data: Shows the selected data.