Hello everybody!
I'd like to check from inside my webdynpro java application (7.3) if it is running on a server node that is in a debug session. So far, I'm able to detect if I'm in a portal environment or not by using WDPortalUtils.getPortalEnvironment(), IWDPortalEnvironment.isRunningInDebugMode() and/or WDPortalUtils.isRunningInPortal(), but when I debug my web dynpro application, it does not run in a portal Environment, so I do not get any info if I'm in a debug session.
Is there any chance to connect to the JVM running my server node and ask it if this node is currently in a debug session ?
Thanks
Michael