Click or drag to resize

DebuggerDebugEndOfIteration Method

informs debugger about the end of a loop iteration, so it can display the state at the end of the iteration

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void DebugEndOfIteration(
	bool continueLoop,
	SequenceBase seq
)

Parameters

continueLoop
Type: SystemBoolean
seq
Type: de.unika.ipd.grGen.libGrSequenceBase
See Also