Viewing signals

During normal execution, hovering over a wire brings up signal monitor.

Viewing signal

Another useful tool is Scope component which is a simplified oscilloscope with two channels, single timebase and separate magnitude settings.

Debugging

Debugging function allows pausing execution, executing processing on a single sample, and resuming execution. These functions are available in the toolbar.

Debug buttons

  1. Clicking on the pause button, pauses execution .
  2. Clicking on the step button, progresses execution by one sample.
  3. If the Run / Stop button is clicked while debugging, execution will stop.

While paused, you can mouse over wires to see signal value, step and repeat.

Debug signal

While debugging, it’s always a good idea to include the Time Display component in the design. This allows us to see time and sample position we are operating on. Scope can also be used with debug pause button to freeze exection and view a length of signal.

Debug instrumented example

In the above image we show a paused instrumented design that combines these techniques.

Version: 1.0.13-SNAPSHOT. Last Published: 2023-11-12.