Thread.WillStepIntoModule

Syntax

Thread.WillStepIntoModule

Data Type

Boolean

Purpose

Returns True if the execution will step into the code module for the current step.

Remarks

This property is True only when accessed from a Pre-Step substep and the execution will suspend in the code module for the step that uses the substep. Obtaining this property from other locations, such as an expression or a step code module, always returns False .

See Also

Thread.SetStepInto

Using Substeps