Gets or sets the
Handler's step into mode.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic bool StepInto { get; set; }
Public Property StepInto As Boolean
Get
Set
public:
virtual property bool StepInto {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Boolean
The
Handler's step into mode.
Implements
IHandlerStepInto
Remarks
If True then calling, evaluating or starting the sub/function
only steps into the sub/function.
If StepInto is False and the handler is called during execution,
the current step/run command takes precedence.
See Also