public class

DebuggerSetupInformation

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerSetupInformation

Class Overview

Information about a target to be debugged and the wanted debugging settings.

Summary

Public Methods
static DebuggerSetupInformation create(String hostname, int port)
static DebuggerSetupInformation create(IDebuggerMachineInformation machine, IDebuggerProcessInformation process)
boolean doSuspendThreads()
Long getActualImageBase()
DebuggerConnectorClass getConnectorClass()
String getHostname()
IDebuggerMachineInformation getMachine()
int getPort()
IDebuggerProcessInformation getProcess()
void setActualImageBase(Long actualImageBase)
void setSuspendThreads(boolean enabled)
void setUseChildrenDebuggers(boolean enabled)
boolean shouldUseChildrenDebuggers()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static DebuggerSetupInformation create (String hostname, int port)

public boolean doSuspendThreads ()

public Long getActualImageBase ()

public DebuggerConnectorClass getConnectorClass ()

public String getHostname ()

public IDebuggerMachineInformation getMachine ()

public int getPort ()

public IDebuggerProcessInformation getProcess ()

public void setActualImageBase (Long actualImageBase)

public void setSuspendThreads (boolean enabled)

public void setUseChildrenDebuggers (boolean enabled)

public boolean shouldUseChildrenDebuggers ()

public String toString ()