IHandlerStepInto Property |
Gets or sets the
Handler's step into mode.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxbool StepInto { get; set; }
Property StepInto As Boolean
Get
Set
property bool StepInto {
bool get ();
void set (bool value);
}
Property Value
Boolean
The
Handler's step into mode.
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