Class AbstractDebuggerThread

java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractDebuggerThread
All Implemented Interfaces:
IDebuggerThread

public abstract class AbstractDebuggerThread extends Object implements IDebuggerThread
Base implementation of a debugged thread.
  • Field Details

    • id

      public long id
    • name

      public String name
  • Constructor Details

    • AbstractDebuggerThread

      public AbstractDebuggerThread(long id, String name)
  • Method Details