Debugger Engine Environment Variables
Environment Variables
856
Microcontrollers Debugger Manual
Arguments
<directory>: Directory to be used for temporary files.
Default
None.
Description
If a temporary file has to be created, normally the ANSI function tmpnam() is used. This
library function stores the temporary files created in the directory specified by this
environment variable. If the variable is empty or does not exist, the current directory is
used. Check this variable if you get an error message “Cannot create temporary file”.
NOTE This is an environment variable at the system level (global environment
variable). It cannot be specified in a default environment file (DEFAULT.ENV/
.hidefaults).
Example:
TMP=C:\TEMP
See also:
The Current Directory

USELIBPATH: Using LIBPATH Environment Variable

Tools
Compiler, Linker, Debugger.
Synonym
None.
Syntax
"USELIBPATH=" ("OFF" | "ON" | "NO" | "YES")
Arguments
ON, YES: The environment variable LIBRARYPATH: ‘include <File>’ Path is
used to look for system header files <*.h>.