You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/debug/server.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ export async function stopService(connection: IBMi) {
158
158
exportasyncfunctiongetDebugServiceJob(){
159
159
constcontent=instance.getContent();
160
160
if(content){
161
-
constrows=awaitcontent.runSQL(`select distinct job_name, local_port from qsys2.netstat_job_info j where job_name = (select job_name from qsys2.netstat_job_info j where local_port = ${content.ibmi.config?.debugPort||8005} fetch first row only)`);
161
+
constrows=awaitcontent.runSQL(`select distinct job_name, local_port from qsys2.netstat_job_info j where job_name = (select job_name from qsys2.netstat_job_info j where local_port = ${content.ibmi.config?.debugPort||8005}and remote_address = '0.0.0.0' fetch first row only)`);
0 commit comments