 | 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.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic void DebugSwitchToGraph(
IGraph newGraph
)
Parameters
- newGraph IGraph
-
See Also