A debug target is a debuggable execution context. For example, a debug target
may represent a debuggable process or a virtual machine. A debug target is the root
of the debug element hierarchy. A debug target contains threads. Minimally, a debug
target supports the following:
terminate
suspend/resume
breakpoints
disconnect
Generally, launching a debug session results in the creation of a
debug target. Launching is a client responsibility, as is debug target
creation.
Generally, launching a debug session results in the creation of a debug target. Launching is a client responsibility, as is debug target creation.
Clients may implement this interface.