Design and Implementation of a Java-based Distributed Debugger Supporting PVM and MPI
Authors: X. Wu, Q. Chen, X.-H. Sun
Date: November, 1999
Venue: The The 11th ISASTED Interantional Conference on Parallel and Distributed Computing and Systems, Nov. 1999, Cambridge, Massachusetts
Type: Conference
Abstract
This paper presents a client-server debugging model, describes the design and implementation of a portable, scalable, practical distributed debugger based on this model, and compares it with the related work. The distributed debugger based on the sequential debugger gdb or dbx can efficiently support debugging various PVM and MPI programs, and its interfaces are implemented by Java. Therefore, it meets High Performance Debugging Standard's three general goals concerning parallel and distributed debuggers. In addition, it is portable, easy to learn and easy to use.