DebugInfiniteLoopSettings
Class in Arbor / Inherits from: object
Description
Debug setting of infinite loop
Fields
| Field Name | Description | 
|---|---|
| enableBreak | Enable Break. Debug.Break when the loop count is over maxLoopCount. | 
| enableLogging | Enable logging. Log output when the loop count is over maxLoopCount. | 
| maxLoopCount | Maximum loop count |