Domino is configured to allow remote debugging by notes.ini param:
JavaEnableDebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8703
Debug is tarted in Domino Designer/Eclipse to debug some XPages code. Debugger attaches to different JVM. As I discovered, it is JVM of AMGR which run Java agent previously. Disconnecting and reconnecting debugger does not help.
Only workaround is to shutdown/restart AMGR to be able to attach to HTTP JVM.
Is it possible to set different ports for AMGR and HTTP debuggers?