Gets/sets the
Module's step into property.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxReadOnly Property StepInto As Boolean
Get
property bool StepInto {
bool 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