|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDebugger
| Method Summary | |
|---|---|
void |
cleanup(IPLaunch launch)
Clean up the debug session. |
IPDISession |
createDebugSession(long timeout,
IPLaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
Create a new debugger session. |
void |
initialize(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Initialize the debugger. |
| Method Detail |
|---|
void cleanup(IPLaunch launch)
launch - debugger launch configuration
IPDISession createDebugSession(long timeout,
IPLaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
timeout - timeout value for debug commandslaunch - debugger launch configurationmonitor - progress monitor
org.eclipse.core.runtime.CoreException
void initialize(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
configuration - debugger launch configurationmonitor - progress monitor
org.eclipse.core.runtime.CoreException - if the debugger cannot be initialized
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||