NonStop Development Environment for Eclipse Debugging Supplement
This tab is shown for NonStop Application debug configurations only.
DescriptionComponent
Specifies the arguments to be used by the run command that is used launch the NonStop
application under debugger control:
• You must not use the debug, nowait, or term option as a run command argument.
If you use this option, an error is posted at the top left of the Debug configurations
dialog and the Debug button is disabled.
• You can use the cpu option as a run command argument. If you specify this option,
it is used for both the debugger and the target application. If you do not use the cpu
option, the application and debugger are run in a processor that is chosen by the
system.
Run command options
(newlines treated as spaces):
Specifies the arguments to be passed to the application.Program arguments
(newlines treated as spaces):
When selected, specifies that a directory other than the default working directory (your
home directory) be used. Type the full path and name of the working directory in the
box or click the Browse... button to locate and select the working directory.
Set working directory:
Considerations
For run command and program arguments:
• You can type program and run command arguments one per line for easy reading or you can
type all of the arguments on a single line.
• The syntax used for run command arguments must match the option selected under NonStop
launch type:, Guardian or OSS, in the Main tab. For the Guardian launch type, you are not
required to use opening and closing forward slashes. NSDEE does not validate this syntax.
This example shows run command arguments, all on the same line, for a program that has
an OSS launch type:
-gpri=149 -cpu=2
This example shows run command arguments, each on a separate line, for a program that
has an OSS launch type:
-gpri=149
-cpu=2
This example shows run command arguments, all on the same line, for a program that has a
Guardian launch type. The opening and closing slashes (/) are optional:
/PRI 149, CPU 2/
This example shows run command arguments, each on a separate line, for a program that
has a Guardian launch type. The opening and closing slashes (/) have been omitted (they
are optional):
PRI 149,
CPU 2
• The syntax used for program arguments must be valid for the application you are debugging.
NSDEE does not validate this syntax.
Environment tab (NonStop Application debugging configurations only)
The Environment tab allows you to set environment variables for Open System Services (OSS)
applications or DEFINEs, ASSIGNs, and PARAMs for Guardian applications prior to launching a
remote application under debugger control.
This tab is shown only for NonStop Application debugging configurations.
44 Reference Information










