Start ITRAPPER
Use the ITRAPPER utility to obtain a dump file when a
program traps. If the program has already trapped and was not
started as a child process of the ITRAPPER utility, you must
restart the program under ITRAPPER and try to duplicate the
trap.
ITRAPPER is started with a simple command line interface:
[d:][path]ITRAPPER
[/p parameter_file debuggee [debuggee_parameters]]
where:
- [d:][path]
- Is the path to the location of the ITRAPPER.EXE file,
if this location is not in the user's PATH environment
variable
- /p
- is an optional parameter indicating that a trapper
parameter file has been specified. (ITRAPPER also
accepts /P, -p, or -P for this parameter.) The name of
the parameter file follows.
- debuggee
- is the program to be run under ITRAPPER
- debuggee_parameters
- are the normal parameters for the program to be run under
ITRAPPER.

Trapper Parameter File