Code Editor
{{ n }}
{{ editorDisplayText }}
Terminal
{{ showVirtualFs ? 'Files' : 'Trace Table' }}
{{ virtualFiles.length }} file{{ virtualFiles.length === 1 ? '' : 's' }}
Upload a file to add it to the virtual filesystem.
{{ selectedVirtualFile ? formatVirtualFile(selectedVirtualFile) : 'Select a file to preview it.' }}
{{ traceSummaryText }}
| Line | {{ group.label }} |
|---|---|
| {{ column.label }} | |
| {{ formatTraceLine(row) }} | {{ formatTraceCell(row, column) }} |
| Run a program and step through it to build the trace table. |
Settings