Option Type | Default Value | #pragma options | C | C++ |
-qoption | nofullpath | - | x | x |
Syntax
-qfullpath | -qnofullpath
Purpose
Specifies what path information is stored for files when you use -g and the graphical
debugger, xldb.
Notes
Using -qfullpath causes the compiler to preserve
the absolute (full) path name of source files specified with the -g
option.
The relative path name of files is preserved when you use -qnofullpath.
-qfullpath is useful if the executable file was moved to another directory. If you specified -qnofullpath, xldb would be unable to find the file. Using -qfullpath would locate the file successfully.
List of Compiler Options and Their
Defaults
Options that Specify Debugging Features