IBM i Debug Server has not been started yet ... #1946
Replies: 3 comments 2 replies
-
We cannot know for sure since that message is thrown by IBM's But you can at least check if the service is actually running with this query (it must return a result): select * from qsys2.netstat_info where local_port_name = 'is-debug-ile' If it is running and the Debug extension still complains about it not running, then reach out to IBM for support. |
Beta Was this translation helpful? Give feedback.
-
IBM i Debug Service requires that the host debug router QB5ROUTER is running, which is started by the STRDBGSVR command. The debug service does not try to run STRDBGSVR by itself, because their required authorities are different. Please logon from a green screen session and run "STRDBGSVR" and tried to debug from vscode again. Please report back if you still see the message after the QB5ROUTER is running. |
Beta Was this translation helpful? Give feedback.
-
Now it works! |
Beta Was this translation helpful? Give feedback.
-
When executing action "Start Debugging ..." we receive error message: "Please run the STRDBGSVR command from a user profile with enough authority".
The debugging service was started with QSECOFR rights.
We have also granted the programmer QSECOFR rights.
Nevertheless, we always receive the same error message.
What could be the cause?
Beta Was this translation helpful? Give feedback.
All reactions