Hi
Is it possible to set the JavaDebugOptions parameter in the server .ini file to listen on multiple ports ? (in order to support more than one simultaneous debug connection)
JavaEnableDebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000
With multiple developers it can be frustrating waiting for the single port to be freed up....