Remote debugging multiple targets with CLion
I have two projects with full remote mote.
When terminating the remote debug session for one target, the debug session for the other target is also terminated.
Is there an option to keep the other debug session(s) active when one session gets terminated?
请先登录再写评论。
It has another side effect that the processes except the one you terminated are still running as orphan processes. Actually all the debugging processes have common parent sshd process which would be terminated if any debugging session stopped.