Running code on breakpoint hit event

已回答

How can I listen to breakpoint events for Java debugging when a breakpoint is hit and the JVM is paused? It seems to me like I need to implement

DebugProcessListener

but I don't know how to register it. I can't find an extension point to register this on.

1

请先登录再写评论。