Click or drag to resize

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public delegate void DebugEmitHandler(
	string message,
	params Object[] values
)

Parameters

message
Type: SystemString
The message emitted.
values
Type: SystemObject
Some further values to be emitted with more detailed information.
See Also