Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi | |
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
void |
IPDIBreakpointManagement.setExceptionpoint(TaskSet tasks,
IPDIExceptionpoint bpt)
Requests to set an exceptionpoint of specify process
|
Modifier and Type | Method and Description |
---|---|
IPDIExceptionpoint |
IPDIBreakpointManager.setExceptionpoint(TaskSet tasks,
String clazz,
boolean stopOnThrow,
boolean stopOnCatch,
boolean enabled)
Sets exceptionpoint
|
Modifier and Type | Method and Description |
---|---|
IPDIExceptionpoint |
IPDIModelFactory.newExceptionpoint(IPDISession session,
TaskSet tasks,
String clazz,
boolean stopOnThrow,
boolean stopOnCatch,
IPDICondition condition,
boolean enabled,
IPDIFunctionBreakpoint[] funcBpts)
Create an exception point
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.