Plumtree Tags API  
 

TagStateTasks.GetIsDebugMode Method 

Check if the current tag is in debug mode.

When debug mode is on, tags will display HTML comments before and after they are executed to aid in debugging. Tags may also have custom behavior in debug mode.
public static bool GetIsDebugMode(
   ITagState _state
);

Parameters

_state

Return Value

boolean True implies debug mode

See Also

TagStateTasks Class | com.plumtree.portaluiinfrastructure.tags.tasks Namespace