The RMI Debugging node (under the Debugger Types node) in the Project Settings window represents an execution mode for debugging RMI programs. When you generate a class with the RMI templates or the RMI wizard, the RMI debugging mode is assigned by default. You can see the debugging mode that has been assigned for a class by looking at the class's property sheet. (The property sheet's Execution tab has a Debugger property.) When you debug an RMI class, this property is used to start the Java virtual machine in which the debugger will run.
Following are descriptions of the properties that define the execution environment for debugging RMI programs. When you change the value of a property, your change affects all classes that use that debugging mode.
Properties Tab | |
---|---|
Classic Switch | If True, use the classic Java virtual machine. |
External Process | A java command with parameters appropriate for RMI debugging. When you debug a class whose Debugger property is set to RMI Debugging, the IDE uses this command to start up the execution environment. |
Host Name | The hostname on which the RMI debugging process runs. The default is the local host. |
Identifying Name | The name for the execution mode defined with these property settings. The default value is RMI Debugging. When this name appears in a class's property sheet, the IDE uses the execution mode associated with the name. |
Implementation | The debugger implementation to run when debugging an RMI class. |
Expert Tab | |
---|---|
Boot Class Path | The class path to use to locate the Java executable for the debugging process. |
Class path | The class path supplied to the RMI debugging process. The path includes the project directory you are working in and any other filesystems you mounted for the project. |
Filesystems IP URL | The HTTP address for the IDE's Filesystems node, using the local host's IP address. |
Filesystems Path | The path for all Filesystems nodes, including filesystems that you have mounted. |
Filesystems URL | The HTTP address for the IDE's Filesystems node, using the local host's name. |
Host IP | The IP address of the local host. |
Internal HTTP Port | The port used by the IDE's internal HTTP server. |
Library Path | The path for libraries available to the IDE, including any that you have mounted. |
Working Directory | The working directory for the debugging process. The default is null. |
See also | |
---|---|
RMI Compiler Settings
RMI Execution Settings |