 | 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.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic void DebugEndOfIteration(
bool continueLoop,
SequenceBase seq
)
Parameters
- continueLoop Boolean
-
- seq SequenceBase
-
See Also