NonStop Development Environment for Eclipse 4.0 Debugging Supplement

DescriptionComponent
option, the application and debugger are run in a processor that is chosen by the
system.
Specifies the arguments to be passed to the application.Program arguments
(newlines treated as spaces):
When selected, specifies a directory other than the default working directory (your home
directory). Enter 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 enter program and run command arguments one per line for easy reading or you
can enter 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, opening and
closing forward slashes are not required. 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.
The contents of this tab depend on whether the Guardian or the OSS type is selected in the Main
tab:
“Environment tab for Guardian launch types” (page 45)
“Environment tab for OSS launch types” (page 45)
44 Reference information