- document
- The document object for which the sequence points are being defined.
- offsets
- The sequence point offsets measured from the beginning of methods.
- lines
- The document lines for the sequence points.
- columns
- The document positions for the sequence points.
- endLines
- The document end lines for the sequence points.
- endColumns
- The document end positions for the sequence points.
Each line and each column defines the start of a statement within a method. The arrays should be sorted in increasing order of offsets. The offset is always the offset from the start of the method, in bytes.