public interface

IDebuggerTargetEnumerator

com.pnfsoftware.jeb.core.units.code.debug.IDebuggerTargetEnumerator

Class Overview

Define an enumerator of machines that may offer candidate targets for debugging.

Summary

Public Methods
abstract List<? extends IDebuggerMachineInformation> listMachines()
Retrieve a list of machines whose processes may be handled by the debugger connected to this target enumerator.

Public Methods

public abstract 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