Skip to content

Command to start debug service hangs #1143

Pinned Answered by chrjorgensen
bhunsicker1 asked this question in IBM i
Discussion options

You must be logged in to vote

@bhunsicker1 The script in /QIBM/Proddata/IBMiDebugService/bin/startDebugService.sh actually starts the Java program, which is the debug service. So the debug service runs in your job, which then "hangs" (=does not end).

You should submit the QSHELL command to batch instead. Or add a & to the end of your command in Putty, thus sending the command to a background task. Or you could use the excellent Service Commander for IBM i tool to setup a service and control it using regular STRTCPSVR commands... many options... 😄

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bhunsicker1
Comment options

Answer selected by bhunsicker1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug client issue (IBM)
2 participants