public interface IPDebugger
Modifier and Type | Method and Description |
---|---|
void |
cleanup(IPLaunch launch)
Clean up the debug session.
|
IPDISession |
createDebugSession(long timeout,
IPLaunch launch,
IProgressMonitor monitor)
Create a new debugger session.
|
void |
initialize(ILaunchConfiguration configuration,
IProgressMonitor monitor)
Initialize the debugger.
|
void cleanup(IPLaunch launch)
launch
- debugger launch configurationIPDISession createDebugSession(long timeout, IPLaunch launch, IProgressMonitor monitor) throws CoreException
timeout
- timeout value for debug commandslaunch
- debugger launch configurationmonitor
- progress monitorCoreException
void initialize(ILaunchConfiguration configuration, IProgressMonitor monitor) throws CoreException
configuration
- debugger launch configurationmonitor
- progress monitorCoreException
- if the debugger cannot be initializedCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.