Progress
Debugger Guide


Listing Buffers, Parameters, and Variables

You can list the names of all buffers, parameters, or variables that are accessible from the current procedure using the corresponding LIST BUFFERS, LIST PARAMETERS, and LIST VARIABLES command. The Debugger lists the name of each data object with important qualifying information. For example, a LIST BUFFERS command might produce the following output:

    Buffers for r-ordbug.p:6
        CustBuf (SHARED BUFFER) for Customer
        order (IMPLICIT BUFFER)
        order-line (IMPLICIT BUFFER)
        item (IMPLICIT BUFFER) 

This shows that the procedure r-prdbug.p is stopped at line 6 and accesses one shared buffer and three implicit (database default) buffers.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095