Click or drag to resize

DisplaySequenceContextsequenceIdToBreakpointPosMap Field

If not null, gives a mapping of the sequences by id to the breakpoint positions to be displayed. Used for highlighting breakpoints during printing and rendering.

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public Dictionary<int, int> sequenceIdToBreakpointPosMap

Field Value

Type: DictionaryInt32, Int32
See Also