PTP
Release 7.0

org.eclipse.ptp.debug.core.event
Interface IPDebugInfo

All Known Subinterfaces:
IPDebugBreakpointInfo, IPDebugErrorInfo, IPDebugExitInfo, IPDebugRegisterInfo, IPDebugSuspendInfo, IPDebugValueInfo

public interface IPDebugInfo

Debugger information associated with an event


Method Summary
 TaskSet getAllRegisteredTasks()
          Get all the registered tasks
 TaskSet getAllTasks()
          Get all the tasks
 TaskSet getAllUnregisteredTasks()
          Get all the unregistered tasks
 IPLaunch getLaunch()
          Get the launch object for the debugger
 

Method Detail

getAllRegisteredTasks

TaskSet getAllRegisteredTasks()
Get all the registered tasks

Since:
4.0

getAllTasks

TaskSet getAllTasks()
Get all the tasks

Since:
4.0

getAllUnregisteredTasks

TaskSet getAllUnregisteredTasks()
Get all the unregistered tasks

Since:
4.0

getLaunch

IPLaunch getLaunch()
Get the launch object for the debugger

Since:
5.0

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.