You can use a client command prompt to start the Debug Manager or start the System Debugger.
To learn more about the iSeries system Debugger, run the iSeries System Debugger and consult the online help. To view the iSeries System Debugger online help, perform one of the following actions:
To start the Debug Manager from a command prompt on your client, run the following command:
java utilities.DebugMgr
To start the 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
nameNote: Once you use the Debug Manager to register your client, you can issue the Start Debugging (STRDBG) CL command from an emulation session to start the System Debugger. You can also launch the System Debugger directly from the System Debug Manager.
To learn more about the iSeries System Debugger, run the iSeries System Debugger and consult the online help. To view the iSeries System Debugger online help: