NOD4J: Near-omniscient debugging tool for Java using size-limited execution trace

NOD4J: Near-omniscient debugging tool for Java using size-limited execution trace
复制标题

NOD4J:使用大小有限的执行跟踪的近乎无所不知的 Java 调试工具

DOI:
10.1016/j.scico.2021.102630
复制
发表时间:
2021
期刊:
Journal of Science of Computer Programming
影响因子:
--
通讯作者:
Katsuro Inoue
Katsuro Inoue
中科院分区:
--
文献类型:
--
作者:
Kazumasa Shimari;Takashi Ishio;Tetsuya Kanda;Naoto Ishida;Katsuro Inoue

文献摘要

相似文献

日志记录是软件系统记录运行时信息的重要特性。详细的日志记录允许开发人员在无法使用交互式调试器的情况下收集运行时信息,例如持续集成和Web应用程序服务器情况。但是,大量的日志记录会导致更大的执行跟踪,因为很少有指令可以重复多次。本文介绍了我们的工具NOD4J,它监视Java程序的执行在有限的存储空间的限制和注释的HTML格式的观察值的源代码。开发人员可以轻松地调查执行情况并在Web服务器上共享报告。我们展示了两个例子,我们的工具可以调试缺陷使用不完整的执行跟踪。
Logging is an important feature of a software system to record run-time information. Detailed logging allows developers to collect run-time information in situations where they cannot use an interactive debugger, such as continuous integration and web application server cases. However, extensive logging leads to larger execution traces because few instructions can be repeated many times. This paper presents our tool NOD4J, which monitors a Java program's execution within limited storage space constraints and annotates the source code with observed values in an HTML format. Developers can easily investigate the execution and share the report on a web server. We show two examples that our tool can debug defects using incomplete execution traces.