Click or drag to resize

IHandlerStepInto Property

Gets or sets the Handler's step into mode.

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

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