Class EaseDebugThread

java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.DebugElement
org.eclipse.ease.debugging.model.EaseDebugElement
org.eclipse.ease.debugging.model.EaseDebugThread
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IDisconnect, org.eclipse.debug.core.model.IStep, org.eclipse.debug.core.model.ISuspendResume, org.eclipse.debug.core.model.ITerminate, org.eclipse.debug.core.model.IThread, IEventProcessor

public class EaseDebugThread extends EaseDebugElement implements org.eclipse.debug.core.model.IThread, IEventProcessor
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.debug.core.model.IThread
    • getStackFrames

      public org.eclipse.debug.core.model.IStackFrame[] getStackFrames()
      Specified by:
      getStackFrames in interface org.eclipse.debug.core.model.IThread
    • hasStackFrames

      public boolean hasStackFrames()
      Specified by:
      hasStackFrames in interface org.eclipse.debug.core.model.IThread
    • getTopStackFrame

      public EaseDebugStackFrame getTopStackFrame()
      Specified by:
      getTopStackFrame in interface org.eclipse.debug.core.model.IThread
    • getPriority

      public int getPriority() throws org.eclipse.debug.core.DebugException
      Specified by:
      getPriority in interface org.eclipse.debug.core.model.IThread
      Throws:
      org.eclipse.debug.core.DebugException
    • getBreakpoints

      public org.eclipse.debug.core.model.IBreakpoint[] getBreakpoints()
      Specified by:
      getBreakpoints in interface org.eclipse.debug.core.model.IThread
    • getThread

      public Object getThread()
    • setStackFrames

      public void setStackFrames(List<IScriptDebugFrame> debugFrames)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • handleEvent

      public void handleEvent(IDebugEvent event)
      Specified by:
      handleEvent in interface IEventProcessor
    • setDispatcher

      public void setDispatcher(EventDispatchJob dispatcher)
      Specified by:
      setDispatcher in interface IEventProcessor
    • canTerminate

      public boolean canTerminate()
      Specified by:
      canTerminate in interface org.eclipse.debug.core.model.ITerminate
      Overrides:
      canTerminate in class EaseDebugElement
    • terminate

      public void terminate()
      Specified by:
      terminate in interface org.eclipse.debug.core.model.ITerminate
      Overrides:
      terminate in class EaseDebugElement
    • isTerminated

      public boolean isTerminated()
      Specified by:
      isTerminated in interface org.eclipse.debug.core.model.ITerminate
      Overrides:
      isTerminated in class EaseDebugElement
    • canSuspend

      public boolean canSuspend()
      Specified by:
      canSuspend in interface org.eclipse.debug.core.model.ISuspendResume
      Overrides:
      canSuspend in class EaseDebugElement
    • canResume

      public boolean canResume()
      Specified by:
      canResume in interface org.eclipse.debug.core.model.ISuspendResume
      Overrides:
      canResume in class EaseDebugElement
    • isSuspended

      public boolean isSuspended()
      Specified by:
      isSuspended in interface org.eclipse.debug.core.model.ISuspendResume
      Overrides:
      isSuspended in class EaseDebugElement
    • resume

      public void resume()
      Specified by:
      resume in interface org.eclipse.debug.core.model.ISuspendResume
      Overrides:
      resume in class EaseDebugElement
    • resume

      public void resume(int type)
    • suspend

      public void suspend()
      Specified by:
      suspend in interface org.eclipse.debug.core.model.ISuspendResume
      Overrides:
      suspend in class EaseDebugElement
    • canStepInto

      public boolean canStepInto()
      Specified by:
      canStepInto in interface org.eclipse.debug.core.model.IStep
      Overrides:
      canStepInto in class EaseDebugElement
    • canStepOver

      public boolean canStepOver()
      Specified by:
      canStepOver in interface org.eclipse.debug.core.model.IStep
      Overrides:
      canStepOver in class EaseDebugElement
    • canStepReturn

      public boolean canStepReturn()
      Specified by:
      canStepReturn in interface org.eclipse.debug.core.model.IStep
      Overrides:
      canStepReturn in class EaseDebugElement
    • isStepping

      public boolean isStepping()
      Specified by:
      isStepping in interface org.eclipse.debug.core.model.IStep
      Overrides:
      isStepping in class EaseDebugElement
    • stepInto

      public void stepInto()
      Specified by:
      stepInto in interface org.eclipse.debug.core.model.IStep
      Overrides:
      stepInto in class EaseDebugElement
    • stepOver

      public void stepOver()
      Specified by:
      stepOver in interface org.eclipse.debug.core.model.IStep
      Overrides:
      stepOver in class EaseDebugElement
    • stepReturn

      public void stepReturn()
      Specified by:
      stepReturn in interface org.eclipse.debug.core.model.IStep
      Overrides:
      stepReturn in class EaseDebugElement