NonStop Development Environment for Eclipse Debugging Supplement

1. To specify arguments to be used for the run command that is used to launch the application
under debugger control, type them in the box below Run command options (newlines treated
as spaces):. The syntax used for these arguments must be valid for the option selected for
NonStop launch type: in the Main tab; either OSS or Guardian. 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 an application that
has an OSS launch type:
-gpri=149 -cpu=2
This example shows run command arguments, each on a separate line, for an application
that has an OSS launch type:
-gpri=149
-cpu=2
This example shows run command arguments, all on the same line, for an application 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 an application
that has a Guardian launch type. The opening and closing slashes (/) have been omitted (they
are optional):
PRI 149,
CPU 2
NOTE:
The debug, nowait, and term options are not supported.
You can use the cpu option to specify on which processor the application and the
debugger should run. 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.
2. To specify arguments to pass to the application, type them in the box below Program arguments
(newlines treated as spaces):. The syntax used for these arguments must be valid for the program
being debugged. NSDEE does not validate this syntax.
3. By default, your home directory is used as the working directory. To specify a directory other
than your home directory:
For OSS launch types, select Set working directory:. For Guardian launch types, select
Set initial $volume.subvolume:
Type the full path and directory name in the box or click Browse... to locate and select
the directory or volume and subvolume you want to use.
4. Click Apply to apply your changes. To revert to the settings in effect the last time changes
were applied, click Revert.
Considerations
For run command options 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, but the syntax you use must be valid for option
selected under NonStop launch type: in the Main tab; either OSS or Guardian. NSDEE does
not validate this syntax.
For the Guardian launch type, you are not required to use opening and closing forward
slashes.
Creating or Modifying Debug Configurations 17