debuggerRunCondition

var debuggerRunCondition: (A_Fiber) -> Boolean? = null

A function which checks whether the given fiber should run, based on what has been set up by the debugger. This must be non-null whenever the fiber is captured by a debugger.