[国際会議] JISDLab: A web-based interactive literate debugging environment

小林研M1の杉山さんが、オンライン開催された29th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER 2022)にて研究発表を行いました。杉山さんの卒業研究を発展させた内容で,新しいデバッグ環境の提案とJava言語向けの実装である JISDLab [@GitHub] を紹介するものです.

著者: 杉山朔太郎(東工大),小林隆志(東工大), 嶋利一真(大阪大), 石尾隆(奈良先端大)
題目: JISDLab: A web-based interactive literate debugging environment
掲載誌: Proc. 29th IEEE International Conference onSoftware Analysis, Evolution and Reengineering (SANER 2022), pp. 486-490, Tool Track, Mar 15-18, 2022, Online (Honolulu, HI, USA).
概要:
The debugging process is a huge burden on developers, both in terms of time and mentality. Scriptable debugging approaches have been proposed to reduce the burden associated with such debugging work. Scriptable debuggers (SDs) enable to describe developers’ debugging process and share the debug scripts to reduce debugging effort. However, SDs require an execution environment for those scripts, and they are unable to manage ancillary information such as execution results and prerequisites for using the script in one place. We extend the existing scriptable debugging and propose an interactive literate debugging environment that enables reproducible bug reporting. The proposed method provides an executable script description that manipulates the debugger, information obtained through the debugger by executing the script, its visualization format, and the ability to save the information in the form of a document that includes explanatory text. By using these documents, it is possible to observe the detailed behavior of a program at runtime and to share the situation in which the focused behavior occurs among developers. In this paper, we describe our proposed interactive literate debugging environment and introduce our prototype tool, JISDLab, which is a web application using Jupyter. The sample debug script used in our demonstration scenario can be accessed via https://github.com/tklabgroup/JISDLab/blob/master/debugspace/case-SANER2022-tooldemo.ipynb