Plumtree Tags API  
 

TagStateTasks.SetIsDebugMode Method 

Set debug mode for the current PORTLET_REQUEST.

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 void SetIsDebugMode(
   bool _bDebug,
   ITagState _state
);

Parameters

_bDebug
_state

See Also

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