Uses of Interface
com.sun.jdi.request.ExceptionRequest
-
Packages that use ExceptionRequest 软件包 描述 com.sun.jdi.request 此包用于请求在指定条件下发送JDI事件。 -
-
Uses of ExceptionRequest in com.sun.jdi.request
Methods in com.sun.jdi.request that return ExceptionRequest 变量和类型 方法 描述 ExceptionRequest
EventRequestManager. createExceptionRequest(ReferenceType refType, boolean notifyCaught, boolean notifyUncaught)
创建新的禁用ExceptionRequest
。Methods in com.sun.jdi.request that return types with arguments of type ExceptionRequest 变量和类型 方法 描述 List<ExceptionRequest>
EventRequestManager. exceptionRequests()
返回已启用和已禁用的异常请求的不可修改列表。
-