 | DebugEnterHandler Delegate |
Represents a method called directly after a computation has been entered (for tracing/debugging purpose).
Applying user-defined computation borders, or e.g. auto-generated rule eval or procedure call borders;
but not interpreted sequences, they receive dedicated treatement in the graph processing environment, are debugged directly.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic delegate void DebugEnterHandler(
string message,
params Object[] values
)
Parameters
- message
- Type: SystemString
The message = name of the computation entered. - values
- Type: SystemObject
Some values specified at entering, typically input parameters of a computation call.
See Also