netTracerShowPreview
layoutXL netTracerShowPreview boolean { t | nil }
Description
Controls whether dynamic tracing is performed. Traces are displayed according to the selected Display Mode: True Color, True Color & Halo, or Halo.
GUI Equivalent
|
Show preview (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerShowPreview")
envSetVal("layoutXL" "netTracerShowPreview" 'boolean t)
envSetVal("layoutXL" "netTracerShowPreview" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top