markNetExcludePurposes
layout markNetExcludePurposes boolean { t | nil }
Description
Determines whether to exclude the specified purposes from tracing. The default purpose values that are listed are annotate, boundary, error, flight, label, and warning. You can delete any of the default purpose values.
GUI Equivalent
Examples
envGetVal("layout" "markNetExcludePurposes")
envSetVal("layout" "markNetExcludePurposes" 'boolean nil)
Related Topics
Return to top