Inline Visualization and Manipulation of Real-Time Hardware Logs for Embedded Programs (2024)

Authors

Venue

Andrea Bianchi

Zhi Lin Yap

Punn Lertjaturaphat

Austin Z. Henley

Kongpyung Justin Moon

Yoonji Kim

EICS 2024

The development of user-friendly embedded prototyping systems like Arduino has made creating interactive devices more accessible. However, debugging these systems is challenging due to the intertwined nature of software and hardware issues. Existing tools often require hardware instrumentation or log visualization through serial monitors. To address this, the authors designed Inline, a programming tool that simplifies debugging by displaying hardware logs directly within the code, providing real-time execution flow tracking and an expression language for log manipulation. A study with twelve users demonstrated the tool’s effectiveness in aiding debugging tasks.