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 |
---|---|
StepRequest |
EventRequestManager.createStepRequest(ThreadReference thread,
int size,
int depth)
Creates a new disabled
StepRequest . |
Modifier and Type | Method and Description |
---|---|
List<StepRequest> |
EventRequestManager.stepRequests()
Return an unmodifiable list of the enabled and disabled step requests.
|
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.