Skip to main content

Code Playground

The Code Playground lets you run source code snippets on Signaloid's C0 cores

Overview

The Code Playground is the in-browser editor for running source code on a C0 core without setting up a repository (Figure 1).

The page is split into three areas:

  • The Editor, where you write code and configure how it runs. The toolbar along the top of the Editor exposes every per-run setting. See the Toolbar page for the full set of controls.
  • The Results Panel, where program output and runtime information land after a Task completes. See Runs and Results for the Run flow, the Build and Task control bar, and the Results Panel tabs.
  • The Variable Viewer, where you select variables to trace during execution on a Core with the Reference microarchitecture. The panel is hidden by default. Toggle it with Toggle variable viewer () on the toolbar. See Variable Viewer for traceable variable types and custom trace expressions.
Figure 1. The Code Playground, with the editor toolbar above the source area and the Results Panel stacked below.