![]() |
![]() |
![]() |
![]() |
Debugger
A Command Window is launched whenever the Debugger is started. This Command Window allows the user to manipulate the application being debugged directly from within its own Java Virtual Machine. The Symbol table is initially empty.
This Command Window has two additional buttons at the top that are specific to the debugger. The first, Run program..., allows the user to specify a class with a public static void main(String[]) method for execution. The second, Load classes..., lets the user specify a set of classes to load into memory.
This Command Window may be used in many ways depending on the type of debugging being done. It may be used to create specialized invocations of Java class methods for testing and debugging, without the need to have a main application previously created to invoke them. It also may be used to query and modify running applications through static method calls.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |