Codebugger - A software tool for cooperative debugging

Citation
Gy. Xie et al., Codebugger - A software tool for cooperative debugging, ACM SIGPL N, 35(2), 2000, pp. 54-60
Citations number
6
Categorie Soggetti
Computer Science & Engineering
Journal title
ACM SIGPLAN NOTICES
ISSN journal
15232867 → ACNP
Volume
35
Issue
2
Year of publication
2000
Pages
54 - 60
Database
ISI
SICI code
1523-2867(200002)35:2<54:C-ASTF>2.0.ZU;2-K
Abstract
Debugging of large-scale systems are essentially cooperative and need colla boration of group developers. However, most existing debugging tools are fo r single developer. With single-user tools, only one developer can operate the debugging process while others are frequently requested to gather befor e the screen of a single computer on solving problems, which makes error lo cation and correction so inconvenient and inefficient. We developed Codebug ger-a cooperative debugging tool for Java that supports group developers to participate in one debugging session and cooperate on solving problems at the same time. This paper introduces principles of cooperative software too ls, the architecture of Codebugger and discusses some technical issues conc erning its implementation.