Class Debug

java.lang.Object
games.stendhal.common.Debug

public class Debug extends Object
Gathers all Debug constants in one place.
Author:
mtotz
  • Field Details

    • VERY_FAST_CLIENT_START

      public static final boolean VERY_FAST_CLIENT_START
      if this is enable tileset are loaded on demand.
      See Also:
      Constant Field Values
    • CYCLE_PANEL_TEXTURES

      public static final boolean CYCLE_PANEL_TEXTURES
      enables cycling through the panel textures by clicking at the title bar.
      See Also:
      Constant Field Values
    • VERSION

      public static final String VERSION
      version.
      See Also:
      Constant Field Values
    • PRE_RELEASE_VERSION

      public static final String PRE_RELEASE_VERSION
      pre release suffix
    • SHOW_LIST_SIZES

      public static final boolean SHOW_LIST_SIZES
      Log list sizes to find the memory leak. It must be somewhere...
      See Also:
      Constant Field Values
    • SHOW_ENTITY_VIEW_AREA

      public static final boolean SHOW_ENTITY_VIEW_AREA
      it shows entity's view area
      See Also:
      Constant Field Values
  • Constructor Details

    • Debug

      public Debug()