Using alternative connectors?

Answered

Is it possible to attach to the program being debugged using a different type of connector? Analogous to how jdb can be started with

jdb -connect sun.jvm.hotspot.jdi.SAPIDAttachingConnector:pid=XYZ

Looking at the source, it seems like the connector names are hardcoded in DebugProcessImpl.java, but there mgiht be something that I've missed.

Thanks, Nick

0
1 comment

I'm afraid, it's hardcoded to the socket and shared memory options.

0

Please sign in to leave a comment.