 | DebugHaltHandler Delegate |
Represents a method called by the user to halt execution, emitting some debugging information.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void DebugHaltHandler(
string message,
params Object[] values
)
Parameters
- message String
- The message emitted and attached to the halt.
- values Object
- Some further values to be emitted with more detailed information.
See Also