Click or drag to resize

IModuleStepInto Property

Gets/sets the Module's step into property.

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

Property Value

Boolean
The Module's step into property.
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