Modifying local variables  Chapter 7: Network Access Using java.net

Chapter 6: Debugging Java in the Database

Inspecting static variables

You can also inspect the values of class-level variables (static variables).

To inspect a static variable:

  1. From the debugger Source window, select Window→Classes. The Classes window is displayed.

  2. Select a class in the left box. The methods and static variables of the class are displayed in the boxes on the right.

  3. Select Static→Inspect. The Inspect window is displayed. It lists the variables available for inspection.





Copyright © 2005. Sybase Inc. All rights reserved. Chapter 7: Network Access Using java.net

View this book as PDF