登入選單
返回Google圖書搜尋
A Graphical System for Disply of Data Structures During Debugging
註釋Abstract: "We discuss the design and implementation of a system for drawing data structures. We describe its architecture, the algorithms used, and some implementation issues. This system produces drawings of the program's data structures, in the form generally found in computer science textbooks, with a quality approaching those drawn by hand. Yet, it is not necessary to modify the program in order to use the drawing system, and extensive customization of drawings is available through a declarative language. The system is implemented as an extension to gdb, a source level debugger which is widely available on Unix systems."