-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Entry Points Not Added To List #2247
Comments
Beginning of data** DBGM0007I Created service entry point on AARONP/RTEFTSEQCK PGM. !SESSION 2024-09-03 07:57:48.812 ----------------------------------------------- !ENTRY org.eclipse.core.resources 2 10035 2024-09-03 07:57:58.240 !ENTRY com.ibm.etools.iseries.debug.core 4 0 2024-09-03 08:23:15.776 !ENTRY com.ibm.etools.iseries.services.qsys 1 0 2024-09-03 08:23:15.914 !ENTRY com.ibm.etools.iseries.services.qsys 1 0 2024-09-03 08:23:15.942 !ENTRY com.ibm.etools.iseries.services.qsys 1 0 2024-09-03 08:23:16.088 !ENTRY com.ibm.debug.pdt.daas.application 2 0 2024-09-03 08:23:19.041 !ENTRY com.ibm.debug.pdt.daas.application 4 0 2024-09-03 08:23:19.077 |
👉🏻 Issue text goes here.
When attempting to create a service entry point, none is created in the extension. Seeing the below in the debug console after attempting to start a SEP.
From client: initialize({"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"IBMiDebug","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en","supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryReferences":true,"supportsArgsCanBeInterpretedByShell":true,"supportsMemoryEvent":true})
To client: {"seq":0,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"supportsEvaluateForHovers":true,"supportsSetVariable":true,"supportsValueFormattingOptions":true,"supportsModulesRequest":true,"supportTerminateDebuggee":true,"supportsFunctionBreakpoints":true,"supportsConfigurationDoneRequest":true}}
From client: launch({"type":"IBMiDebug","request":"launch","subType":"sep","action":"set","name":"Service Entry Point","user":"APETERSON","host":"SILVERLAKE.JHACORP.COM","port":8005,"sepDaemonPort":8008,"secure":true,"ignoreCertificateErrors":false,"library":"AARONP","program":"RTEFTSEQCK","programType":"*PGM","module":"*ALL","procedure":"*ALL","trace":true,"workbenchSettings":{"updateProductionFiles":false,"enableDebugTracing":true,"connection":{"connectionPort":8001}},"__sessionId":"eb109d50-7881-4382-8d57-6ceb57f5107e"})
To client: {"type":"event","seq":2,"event":"initialized"}
From client: setBreakpoints({"source":{"name":"RTEFTSEQCK.SQLRPGLE","path":"member:/AARONP/QRPGLESRC/RTEFTSEQCK.SQLRPGLE?readonly%3Dfalse%26position%3D"},"lines":[],"breakpoints":[],"sourceModified":false})
From client: setFunctionBreakpoints({"breakpoints":[]})
To client: {"type":"response","seq":0,"request_seq":3,"success":true,"command":"setBreakpoints","body":{"breakpoints":[]}}
To client: {"type":"response","seq":0,"request_seq":4,"success":true,"command":"setFunctionBreakpoints","body":{"breakpoints":[]}}
From client: configurationDone(undefined)
To client: {"type":"response","seq":0,"request_seq":5,"success":true,"command":"configurationDone"}
From client: threads(undefined)
To client: {"type":"response","seq":0,"request_seq":6,"success":true,"command":"threads","body":{"threads":[]}}
To client: {"type":"event","seq":7,"event":"exited","body":{"exitcode":0,"message":"DBGM0007I Created service entry point on AARONP/RTEFTSEQCK *PGM."}}
To client: {"type":"event","seq":8,"event":"terminated"}
To client: {"type":"response","seq":0,"request_seq":2,"success":true,"command":"launch"}
To client: {"type":"response","seq":0,"request_seq":5,"success":false,"command":"configurationDone","body":{"error":{"id":"8999","format":"java.lang.NullPointerException\n\tat com.ibm.debug.pdt.daas.internal.dap.DAPSession.getVersionJSON(DAPSession.java:439)\n\tat com.ibm.debug.pdt.daas.internal.dap.events.DAPEvent.getEvent(DAPEvent.java:117)\n\tat com.ibm.debug.pdt.daas.internal.dap.requests.DAPConfigurationDoneRequest.generateEvents(DAPConfigurationDoneRequest.java:123)\n\tat com.ibm.debug.pdt.daas.internal.dap.requests.DAPRequest.process(DAPRequest.java:139)\n\tat com.ibm.debug.pdt.daas.internal.dap.requests.DAPRequest.process(DAPRequest.java:97)\n\tat com.ibm.debug.pdt.daas.internal.dap.DAPRequestProcessor$1.run(DAPRequestProcessor.java:119)\n\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)\n"}}}
From client: disconnect({"restart":false,"terminateDebuggee":false})
Active extensions
Remote system
Enabled features
Shell env
The text was updated successfully, but these errors were encountered: