Class ProfilingDebugger

  • All Implemented Interfaces:
    Debugger

    public class ProfilingDebugger
    extends java.lang.Object
    implements Debugger
    Class used by the ATL Virtual Machine.
    Redirect operations to the ATL profiler
    See Also:
    ATLProfiler
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfilingDebugger​(org.eclipse.emf.ecore.EObject atlModel)
      Creates a new profiling debugger.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void enter​(StackFrame frame)
      Enters the frame.
      void error​(StackFrame frame, java.lang.String msg, java.lang.Exception e)
      Throws an error.
      void leave​(StackFrame frame)
      Leaves the frame.
      void step​(ASMStackFrame frame)
      Steps into the frame.
      void terminated()
      Terminates the execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait