Class DebuggerSetupInformation

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

public class DebuggerSetupInformation extends Object
Information about a target to be debugged and the wanted debugging settings.
  • Method Details

    • create

    • create

      public static DebuggerSetupInformation create(String hostname, int port)
    • getConnectorClass

      public DebuggerConnectorClass getConnectorClass()
    • getMachine

      public IDebuggerMachineInformation getMachine()
    • getProcess

      public IDebuggerProcessInformation getProcess()
    • getHostname

      public String getHostname()
    • getPort

      public int getPort()
    • doSuspendThreads

      public boolean doSuspendThreads()
    • setSuspendThreads

      public void setSuspendThreads(boolean enabled)
    • shouldUseChildrenDebuggers

      public boolean shouldUseChildrenDebuggers()
    • setUseChildrenDebuggers

      public void setUseChildrenDebuggers(boolean enabled)
    • isPretendDebuggable

      public boolean isPretendDebuggable()
    • setPretendDebuggable

      public void setPretendDebuggable(boolean pretendDebuggable)
    • getActualImageBase

      public Long getActualImageBase()
    • setActualImageBase

      public void setActualImageBase(Long actualImageBase)
    • toString

      public String toString()
      Overrides:
      toString in class Object