Debugging Tools
    

"Debugging" is the art of finding problems-"bugs"-in a computer program. You can use several techniques and commands to display information about the macro such as ECHO and DEBUG. You can also pause the macro so you can investigate problem areas using PAUSE, RESUME and TYPE.