public interface freemarker.debug.Debugger extends java.rmi.Remote
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: freemarker.debug.Debugger
  super_class: java.lang.Object
{
  public static final int DEFAULT_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7011

  public abstract void addBreakpoint(freemarker.debug.Breakpoint);
    descriptor: (Lfreemarker/debug/Breakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void removeBreakpoint(freemarker.debug.Breakpoint);
    descriptor: (Lfreemarker/debug/Breakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void removeBreakpoints(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
              Name  Flags
      templateName  

  public abstract void removeBreakpoints();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException

  public abstract java.util.List getBreakpoints();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException

  public abstract java.util.List getBreakpoints(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
              Name  Flags
      templateName  

  public abstract java.util.Collection getSuspendedEnvironments();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException

  public abstract java.lang.Object addDebuggerListener(freemarker.debug.DebuggerListener);
    descriptor: (Lfreemarker/debug/DebuggerListener;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeDebuggerListener(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "Debugger.java"