# JDIAG
Read Time: 1 minute(s)
Tags: jdirectories environment variables
# Description
This environment variable JDIAG turns on special debugging features.
# Values
Option | Description |
---|---|
TRACE=LICENSING | Extended Licening output |
TRACE=INDEX | jQL index help |
TRACE=INDEXVERBOSE | Very verbose jQL help |
TRACE=jSQLBREAK | SQL debugging |
TRACE=SCANFILE | Scanfile debugging |
# Default
The current directory
# UNIX
export JDIAG=TRACE=LICENSING
1
# Windows
set JDAIG=TRACE=LICENSING
1
Go Back to Environment Variables