Home page  
Help >
CalcObject Statement: Debug
Version 7.11
CalcObject Statement: Debug CalcObject Statement: Debug
    Syntax: DEBUG <descriptor>
    Placement: Can be placed anywhere that a PRINT statement 
       can be placed; however, it is most commonly placed in
       the ATEND or R_INITIAL section;
    Description: Print diagnostic information about internal
      CalcObject structures. The possible values for <descriptor> are:
         . MSTK     - print the master cluster stack
                      Placement: Within R_INITIAL section
         . BSTK     - print the binary cluster stack
                      Placement: Within R_INITIAL section
         . MBSTK    - print the combined master & binary cluster stack
                      Placement: Within R_INITIAL section
 
         . MSTK1    - print the master cluster stack [search function]
                      Placement: Within R_INITIAL section
         . BSTK1    - print the binary cluster stack [search function]
                      Placement: Within R_INITIAL section
         . MBSTK1   - print the combined master & binary cluster stack [search function]
                      Placement: Within R_INITIAL section
 
         . MSTKBP   - print the master cluster stack [EVERY variable]
                      Placement: Within R_INITIAL section
         . BSTKBP   - print the binary cluster stack [EVERY variable]
                      Placement: Within R_INITIAL section
         . MBSTKBP  - print the combined master & binary cluster stack [EVERY variable]
                      Placement: Within R_INITIAL section
 
         . BPSTK    - print the breakpoint cluster stack
                      Placement: Within R_INITIAL section
         . BPSTKSRC - print the breakpoint source cluster stack [EVERY variable]
                      Placement: Within R_INITIAL section
 
         . VSTK     - print the value cluster stack
                      Placement: Within EVERY section
 
         . TSTK     - print the totals cluster stack for the current EVERY Clause
                      Placement: Within EVERY section
 
         . TSTK1    - print the totals cluster stack [search function]
                      Placement: Within EVERY section
 
         . PSTK     - print the cluster stack for the next PRINT, WRITE, REWRITE
                      statement; DEBUG PSTK is performed only the first time
                      that is is encountered.
                      Placement: Immediately before target PRINT, WRITE, REWRITE statement

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.