Click or drag to resize

DebuggerDebugSwitchToGraph Method

informs debugger about the change of the graph, so it can switch yComp/MSAGL 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 8.1
Syntax
C#
public void DebugSwitchToGraph(
	IGraph newGraph
)

Parameters

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