I am looking for potentially a JDI API to pause the JVM at any arbitrary point during its execution. Looking at the BreakPointRequest createBreakpointRequest method needs a specific location. Is there any other API that does not need a location or someway to get current Location that could be passed to create a breakpoint.
我基本上寻求一种方式来附上和暂停申请,然后利用JVERTI代理接受“突破点”活动的回击,以进行进一步处理。 增 编