Chapter Contents |
Previous |
Next |
LIST |
Abbreviation: | L |
Syntax | |
Details | |
Examples | |
See Also |
Syntax |
LIST <<BREAK | TRACE | WATCH | _ALL_> entry-name\ | _ALL_> |
Details |
The LIST command displays a list of all debugging requests that have been set for an application. These requests include breakpoints, tracepoints, and watched variables. By default, the list contains all of the debugging requests for the current entry.
Examples |
DEBUG> l _all_
The output to the debugger MESSAGE window is
1 _all_ Stop at line 5 in MYLIB.MYCAT.TEST2.SCL List all the breakpoints in program MYLIB.MYCAT.TEST2.SCL Breakpoint has been set at line 4 Breakpoint has been set at line 8 Breakpoint has been set at line 10 List all tracepoints in program MYLIB.MYCAT.TEST2.SCL No tracepoint has been set in program MYLIB.MYCAT.TEST2.SCL No variables have been watched in program MYLIB.MYCAT.TEST2.SCL
DEBUG> l _all_ _all_
DEBUG> l b
DEBUG> l b _all_
DEBUG> l _all_ test1\
DEBUG> l w test3\
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.