RMI Debugging Settings
The RMI Debugging node 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 runs.
You can customize 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.
To customize the RMI Debugging setting:
- Choose Tools
Options
from the main window.
- Expand the node for Debugging and Executing.
- Expand the node for Debugging Types and select RMI Debugging.
The Properties tab contains the following properties:
- 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 host name on which the RMI debugging process runs. The default
is the localhost.
- 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.
The Expert tab contains the following properties:
- 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 value is null.
The Info tab contains the following properties:
- Name.
The name of the RMI Debugging node.
- Template.
A template that creates an instance of the RMI debugger using the current property settings.
Legal Notices