![]() |
![]() |
![]() |
![]() |
Java Command Window
A Java Command Window is launched whenever the Debugger is started. The Command Window allows the user to manipulate the application(s) being debugged directly from within its own Java Virtual Machine. The 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.
This Command Window has two 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.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |