Journal of Industrial Technology (산업기술연구)
- Volume 26 Issue B
- /
- Pages.215-220
- /
- 2006
- /
- 1229-9588(pISSN)
- /
- 1598-1371(eISSN)
Visualizer: An Interactive Execution Tool for Java Programs
- Kim, Hyung-Rok (Korea Science Academy) ;
- Kim, Yong-Seok (Dept. Computer Science and Engineering, Kangwon National University)
- Published : 2006.08.31
Abstract
Effective use of debugging in computer science education is a topic that has received little attention. Existing tools either are too overwhelming for the novice or are too basic and inflexible. Furthermore, the integration of the debugger into complex IDEs have unfamiliar debuggers from students, resulting in a harmful proliferation of console I/O. In this paper, a new stand-alone educational debugging tool is presented, with simple but powerful tools for easily observing and modifying program execution state. This tool is analyzed from an user perspective, and is compared with existing tools.