Debugger terminate server
Hi,
I am creating remote debug connection to my server and when it's finished, server terminates also.
Creating of the remote connection like in this thread:
https://devnet.jetbrains.com/message/5544645#5544645
Question is how to prevent closing of the server if simple standard Remote configuration didn't terminate server?
请先登录再写评论。
Hi, you need your process handler to be attaching, like RemoteDebugProcessHandler.
Thank you for your.
But at this moment I don't know how to change JavaCommandLineState to RemoteState, as it takes different args.