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.2
Syntax
C#
public void DebugHighlight(
	string message,
	List<Object> values,
	List<string> sourceNames
)

Parameters

message
Type: SystemString
values
Type: System.Collections.GenericListObject
sourceNames
Type: System.Collections.GenericListString
See Also