 | DebugEmitHandler Delegate |
Represents a method called by the user to emit debugging information, not halting execution.
(Stored on the debug traces stack, removed when its directly nesting debug enter is exited.)
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void DebugEmitHandler(
string message,
params Object[] values
)
Parameters
- message String
- The message emitted.
- values Object
- Some further values to be emitted with more detailed information.
See Also