Click or drag to resize

DebuggerDebugHighlight Method

highlights the values in the graphs if debugging is active (annotating them with the source names)

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public void DebugHighlight(
	string message,
	List<Object> values,
	List<string> sourceNames
)

Parameters

message  String
 
values  ListObject
 
sourceNames  ListString
 
See Also