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.1
Syntax
C#
public bool SetDebugMode(
	bool enable
)

Parameters

enable  Boolean
Whether to enable or not.

Return Value

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