import { int } from '@cafetextual/nlist/dist/src/ntree/types'; import ParseStackItem from '../parsertooling/ParseStackItem' // paused on breakoint, incremental line, error, completion export default class DebugParseResult { stack:Array // <-- contains source locations breakpointUID:string // <--- just to make sure we're talking about the same breakpoint lastValidLine:int }