 | DebuggerDebugHighlight Method |
highlights the values in the graphs if debugging is active (annotating them with the source names)
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic void DebugHighlight(
string message,
List<Object> values,
List<string> sourceNames
)
Parameters
- message String
-
- values ListObject
-
- sourceNames ListString
-
See Also