Using alternative connectors?

已回答

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

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

0

请先登录再写评论。