摘要
对于高级语言,传统的调试程序方法是在程序中插入打印语句,跟踪程序中的变量和程序执行过程,这样做工作量大且烦。本文介绍一种在VAX机上调试程序的工具——符号排错程序,利用它能使程序调试工作大为简化,效率成倍增长,加快了软件开发速度。
<ABSTRACT>: The traditional method for debugging programs on a computer is to insert the WRITE statement into the program being debugged so that one can trace the changes in the variables involved and the run of the program. In that way,the work is inefficient, this paper introduces a useful tool-Symbol Debugging routine provided by VAX. This program can simplify the debugging procedure and thus speed up development of softwares.
出处
《武汉工程大学学报》
CAS
1991年第2期36-40,共5页
Journal of Wuhan Institute of Technology
关键词
调试
排错程序
软件
Debugsing IDebugging routine
Software