Click or drag to resize

DebuggerDebugReturnedFromGraph Method

informs debugger about the change of the graph, so it can switch yComp/MSAGL display to the new one called just after the switch with the old one, the new 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 DebugReturnedFromGraph(
	IGraph oldGraph
)

Parameters

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