Start the iSeries™ System
Debugger components using these instructions.
For information about running each component, see the following sections:
To learn more about iSeries System
Debugger, start iSeries System
Debugger and review the help information by performing one of the following
actions:
- From the Help menu in any iSeries System
Debugger window, click Help.
- Press F1.
Starting Debug Manager
To
start Debug Manager from a command prompt on your client, run the following
command:
java utilities.DebugMgr
Starting System Debugger
To
start System Debugger from a command prompt on your client, run the following
command:
java utilities.Debug <args>
where <args> represents
any of the following command arguments:
- -u = User
- -s = System name
- -j = Job description, in the form of: job number/job
user/job name
- -p = Program to run, in the form of: program library/program
name
Note: Once you use Debug Manager to register your client, you can issue
the Start Debugging (STRDBG) CL command from an emulation session to start
System Debugger. You can also start System Debugger directly from System Debug
Manager.
Starting i5/OS™ PASE
Debugger
To start i5/OS PASE
Debugger from a command prompt on your client, run the following command:
java
utilities.DebugPASE <args>
where <args> represents
any of the following command arguments:
- -u = User
- -s = System name
- -p = Fully qualified path of program to run
- -pid = Process ID
Note: You can start i5/OS PASE
Debugger directly from System Debug Manager. Unlike System Debugger, you cannot
start i5/OS PASE
Debugger from an emulator session.