when i'm connecting to remote-debug port to a pod (openshift) using intellij how can i prevent from the pod to crash and the debug session to stop and keep the debug alive ? ( like in eclipse ) .
this is a pod running under openshift platform . when connecting to remote debug withe the same configuration and same port using eclipse the debug session is not terminating and the pod is not crashing .
the command line arguments : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=45288 Debugger mode : Attach to remote VM