Click or drag to resize

GrShellSequenceApplierAndDebuggerSetDebugMode Method

Enables or disables debug mode.

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntax
C#
public bool SetDebugMode(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Whether to enable or not.

Return Value

Type: Boolean
True, if the mode has the desired value at the end of the function.
See Also