ShowLogicDebug Property

Gets or sets a value indicating whether additional XJEase logic debug output is generated (displayed in the XjtagOutputBox if there is one, included in the log file(s) or included in the OutputFromLastTestRun). This output reports which pins are being used to read from or write to logic pins at runtime.

Type: Runner

Namespace: XJTAG.Integration.XJRunner

Syntax

public bool ShowLogicDebug { get; set; }

Type

bool

Remarks

If this is set true, then ShowXJEaseDebug will also be set true.