Package | Description |
---|---|
com.sun.jdi.request |
This package is used to request that a JDI
event be sent under specified conditions.
|
Modifier and Type | Method and Description |
---|---|
BreakpointRequest |
EventRequestManager.createBreakpointRequest(Location location)
Creates a new disabled
BreakpointRequest . |
Modifier and Type | Method and Description |
---|---|
List<BreakpointRequest> |
EventRequestManager.breakpointRequests()
Return an unmodifiable list of the enabled and disabled breakpoint requests.
|
Copyright © 1999, 2013, Oracle and/or its affiliates. All rights reserved.