Interface IDebuggerTargetEnumerator
public interface IDebuggerTargetEnumerator
Define an enumerator of machines that may offer candidate targets for debugging.
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends IDebuggerMachineInformation>
Retrieve a list of machines whose processes may be handled by the debugger connected to this target enumerator.
-
Method Details
-
listMachines
List<? extends IDebuggerMachineInformation> listMachines()Retrieve a list of machines whose processes may be handled by the debugger connected to this target enumerator.- Returns:
- a list of machines, possibly empty
-