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?

0
2 comments

Hi, you need your process handler to be attaching, like RemoteDebugProcessHandler.

 
Probably you need to simulate what RemoteStateState does in execute.
0
Avatar
Permanently deleted user

Thank you for your.
But at this moment I don't know how to change JavaCommandLineState to RemoteState, as it takes different args.

0

Please sign in to leave a comment.