I'm using Eclipse remote debugger connected to the JVM running my application at the Unix box. I can easily suspend/resume remote application from the Eclipse. My question is how can I achieve the same from the back-end side?
Let's say that there is a certain trigger or condition only back-end is aware of. Once trigger has been detected I want to instruct JVM to suspend in order to enable myself to examine current program state using debugger in Eclipse at my workstation.