File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
src/content/docs/developing/debug Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,22 @@ If you find that you've added your local hostname entry and the error is still o
207207 /QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit (IBM i below 7.6)
208208 /QOpenSys/QIBM/ProdData/JavaVM/jdk17/64bit (IBM i 7.6)
209209
210- ** Question** : How can I start IBM i Debug Service from a green screen terminal?
210+ ** Question** : How can I start IBM i Debug Service?
211+ ** Answer** : You can start IBM i Debug Service using one of the following solutions:
212+
213+ - Using the Navigator
214+ - Using the IBM i Debugger view in the client
215+
216+ ** Question** : How can I stop IBM i Debug Service?
217+ ** Answer** : You can stop IBM i Debug Service using one of the following solutions:
218+
219+ - Using the Navigator
220+ - Using the IBM i Debugger view in the client
221+ - Running the following command from the host:
222+
223+ QSH CMD('/QIBM/ProdData/IBMiDebugService/bin/stopDebugService.sh')
224+
225+ ** Question** : How can I start IBM i Debug Service from a 5250 terminal?
211226** Answer** : You can start IBM i Debug Service from a 5250 terminal using the following command on IBM i 7.3 to 7.5:
212227
213228 SBMJOB USER(QDBGSRV) CURLIB(QGPL) JOB(QDBGSRV) JOBQ(QSYS/QUSRNOMAX) JOBD(* USRPRF) OUTQ(QUSRSYS/QDBGSRV) CMD(QSH CMD('export JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit;/QIBM/ProdData/IBMiDebugService/bin/startDebugService.sh > /QIBM/UserData/IBMiDebugService/startDebugService_workspace/startDebugServiceNavigator.log 2>&1'))
You can’t perform that action at this time.
0 commit comments