摘要
源语言调试器是程序员不可缺少的软件开发工具。本文从介绍UNIX系统程序调试的基本思想入手,较详细地分析了UNIX系统源语言调试器的实现,阐述了源语言调试器实现中的几个主要问题。
Source-level debugger is one of the indispensable software-tools for a programmer. This paper begins with introducing the basic idea of program debugging in UNIX system, then analyses UNIX system’s sourcelevel debugger in details and gives a clear explanation of the major problem in designing a source-level debugger.
关键词
调试
源语言调试器
调试进程
被跟踪进程
debugging
source-level debugger
debugging process
traced process