Gets/sets the
Module's step into property.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic bool StepInto { get; }
Public ReadOnly Property StepInto As Boolean
Get
public:
virtual property bool StepInto {
bool get () sealed;
}
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