Chapter Contents |
Previous |
Next |
Using the Debugger in a Cross-Development Environment |
To debug a program in the cross-development environment, perform the following steps:
-Kdebug
option to specify
generation of a debugger file.
set search
commands in the debugger PROFILE in order to specify
search lists for the source, include, and debugger files.
Note:
The debugger uses standard fopen
calls in order
to access these files. If you encounter difficulty when accessing files, the
problem may be caused by your remote file mount and an improper match between
the mount point and the templates in the debugger's search lists. For assistance
in solving such a problem, enable special tracing by specifying the _SASC_NFS_VERBOSE
environment variable. For more information see Installing and Administering the NFS Client
If you
do not use the set search
command in order to specify search lists, the debugger
resorts to its default search mechanism and uses the filenames that are contained
in the object and debugger files in order to locate files. By default, the
debugger uses the path
: filename
style prefix with workstation filenames. The path
: prefix is described in
Installing and Administering the NFS Client.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.