After attach to process stops, my java process also ends
My java program is running as a daemon. I use `Attach to Process` to connect 127.0.0.1:5005 to debug it. Everything is ok when I use it, but when I want to end debugging, it will terminate my java program, and I expect is disconnect 127.0.0.1:5005,what should I do?
Please sign in to leave a comment.
Could you please describe your complete steps and the expected/actual result? Thank you.