public interface

BreakpointEvent

implements LocatableEvent
com.sun.jdi.event.BreakpointEvent

Class Overview

Notification of a breakpoint in the target VM. The breakpoint event is generated before the code at its location is executed. When a location is reached which satisfies a currently enabled breakpoint request, an event set containing an instance of this class will be added to the VM's event queue.

Summary

[Expand]
Inherited Methods
From interface com.sun.jdi.Locatable
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event
From interface com.sun.jdi.event.LocatableEvent