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.1
Syntax
C#
public void DebugEndOfIteration(
	bool continueLoop,
	SequenceBase seq
)

Parameters

continueLoop  Boolean
 
seq  SequenceBase
 
See Also