-
- All Superinterfaces:
-
Event
,Locatable
,LocatableEvent
,Mirror
public interface StepEvent extends LocatableEvent
通知目标VM中的步骤完成。 步骤事件在执行其位置的代码之前立即生成; 因此,如果步骤正在输入新的方法(可能发生在StepRequest.STEP_INTO
),则该事件的位置是该方法的第一条指令。 当一个步骤离开一个方法时,事件的位置将是在调用方法中调用之后的第一个指令; 请注意,即使使用了StepRequest.STEP_LINE
,该位置可能不在行边界。- 从以下版本开始:
- 1.3
- 另请参见:
-
StepRequest
,EventQueue
-
-
方法摘要
-
Methods inherited from interface com.sun.jdi.event.LocatableEvent
thread
-
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
-
-