Chapter Contents |
Previous |
Next |
Cross-Debugging |
To debug a program in the cross-development environment, you should perform the following steps:
-g
option to specify generation of a debugger file.
set search
commands
in the debugger PROFILE to specify search lists for the source,
include, and debugger files.
If you do not use the
set search
command to specify
search lists, the debugger resorts to its default search mechanism, using
the filenames contained in the object and debugger files to locate files.
By default, the debugger uses the
path
: filename style prefix with workstation filenames. The
path
: prefix is described in Appendix 1.
The next section explains how to use the
debugger's
set
command to specify search lists and a cache location for the debugger
file. You should refer to the SAS/C Debugger User's Guide and Reference for additional information about the SAS/C Debugger.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.