Trace Tables

Settings Settings
Close settings
Language :
Example Program :
Show Files :
Expand Arrays :
Compress Rows :
Font Size :

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.