Click or drag to resize

DebuggerDebugSwitchToGraph Method

informs debugger about the change of the graph, so it can switch yComp display to the new one called just before switch with the new one, the old one is the current graph

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void DebugSwitchToGraph(
	IGraph newGraph
)

Parameters

newGraph
Type: de.unika.ipd.grGen.libGrIGraph
See Also