|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDebugger
Main debugger interface used by debug launch delegate.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void cleanup(IPLaunch launch)
launch - debugger launch configuration
IPDISession createDebugSession(long timeout,
IPLaunch launch,
IProgressMonitor monitor)
throws CoreException
timeout - timeout value for debug commandslaunch - debugger launch configurationmonitor - progress monitor
CoreException
void initialize(ILaunchConfiguration configuration,
IProgressMonitor monitor)
throws CoreException
configuration - debugger launch configurationmonitor - progress monitor
CoreException - if the debugger cannot be initialized
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||