Interface IDebuggerHost


public interface IDebuggerHost
Represents a debugging host that can set up a debugger for a particular portal context.
Since:
16.10
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a debugger instance for the provided portal context.
  • Method Details

    • create

      Creates a debugger instance for the provided portal context. Even if a debugger is attached this method may still return null, e.g. when there are no active logpoints.
      Parameters:
      context - the portal context to create the debugger for.
      Returns:
      The debugger instance, or null if no debugging actions are currently set up.