Class DebuggerService

java.lang.Object
freemarker.debug.impl.DebuggerService

public abstract class DebuggerService extends Object
This class provides debugging hooks for the core FreeMarker engine. It is not usable for anyone outside the FreeMarker core classes. It is public only as an implementation detail.
  • Constructor Details

    • DebuggerService

      public DebuggerService()
  • Method Details

    • getBreakpoints

      public static List getBreakpoints(String templateName)
    • registerTemplate

      public static void registerTemplate(Template template)
    • suspendEnvironment

      public static boolean suspendEnvironment(Environment env, String templateName, int line) throws RemoteException
      Throws:
      RemoteException
    • shutdown

      public static void shutdown()