Troubleshooting guide
252
BlackBerry Java Development Environment Development Guide
Right-click an object, and then click Show Recursive References To @nnnnnnnn to display all objects that
reference the selected object. An object can indirectly display another object through it.
Show the source code or static
Double-click Code referencing @nnnnnnnn or Static referencing @nnnnnnnn line to display that source code or
static. Click Forward and Back to move back and forth through the reference chain.
View local variables
1. On the View menu, click Locals.
2. Perform one of the following tasks:
View variable or expression information
View static data
The static data pane displays the static data members of the current class.
The following options are available when you right-click the static data pane:
• Change the display of the Value field.
• Set a watch on a variable.
• View the source code of a variable's defining class.
• When the application modifies an item, stop the application.
Note: This operation might take a long time to complete.
Task Steps
View local variables and their current values in the context of the
current thread.
>Click the Locals tab.
View local variable names and expressions at and around the
executing line.
>Click the Auto tab.
View an expanded view of the current object (this). >Click the This tab.
Evaluate expressions. >Click the Watch tab.
Task Steps
View a value for a variable. 1. Point the insertion point at a variable.
2. Press the CTRL key and click a variable.
View a value for an expression. 1. Press the CTRL key and click an expression.