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

🏅 Honorable Mention Award

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.

References

Andrea Bianchi, Zhi Lin Yap, Punn Lertjaturaphat, Austin Z. Henley, Kongpyung Justin Moon, and Yoonji Kim. 2024. Inline Visualization and Manipulation of Real-Time Hardware Log for Supporting Debugging of Embedded Programs. Proc. ACM Hum.-Comput. Interact. (PACM) 8, EICS, Article 248 (June 2024), 26 pages. DOI: https://doi.org/10.1145/3660250

paper    doi

Source code and material


Back to projects