Skip to content

Commit b49c72f

Browse files
authored
Update FAQ entries on how to start/stop debug service
Added the old FAQ entries back on how to start/stop debug service by referencing the Navigator
1 parent c992b18 commit b49c72f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/content/docs/developing/debug/overview.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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'))

0 commit comments

Comments
 (0)