Click or drag to resize

ModuleStepInto Property

Gets/sets the Module's step into property.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public bool StepInto { get; }

Property Value

Boolean
The Module's step into property.

Implements

IModuleStepInto
Remarks
When true accessing any Sub, Function or Property implemented by the module will pause execution. This is an advanced feature which is useful for application specific debugging scenarios.
See Also