 | GrShellSequenceApplierAndDebuggerSetDebugMode Method |
Enables or disables debug mode.
Namespace:
de.unika.ipd.grGen.grShell
Assembly:
libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntaxpublic bool SetDebugMode(
bool enable
)
Parameters
- enable
- Type: SystemBoolean
Whether to enable or not.
Return Value
Type:
BooleanTrue, if the mode has the desired value at the end of the function.
See Also