高级检索

    POD动态调试系统

    The Pascal On-line Debugging System

    • 摘要: 一、前言POD动态调试系统(Paseal On-line Debugging system)是目前使用较为广泛的OMSIPascal-1(例如运行在PDP-11中RSX操作系统环境下)中的一种PASCAL源程序辅助动态调试工具.它的作用与汇编语言系统中的DEBUG类似,为用户提供了一种能够交互式地控制和执行被调试程序的技术,如允许用户单步执行程序、设置断点、修改变量内容、跟踪执行程序等,使得用户能够较容易地找出运行错误及其原因,是较大规模软件系统研制的得力工具.本文认为读者已熟悉PASCAL语言和Pascal-1的一般使用.

       

      Abstract: The Pascal On-line Debugging system(POD)is a debugging tool used in the OMSI Pascal-1.The POD identifies the last statement and traps errors,and you can command it to suspend execution at particular statements,to examine or modify the values of particular variables,etc..So you will interactively control the execution of your Pascal program.and easily pinpoint the source of run-time errors with it. In this paper,you'll be shown how to use the POD in debugging your program,and commands of the POD.

       

    /

    返回文章
    返回