JDIAG

Man Page Index


Description
This environment variable provides a variable amount of jBASE trace information depending on
which options are specified. It's primary purpose is for use with profiling jBC code.

Values
Colon separated name and value pairs; the options are:

profile={off|short|long|user|jcover|all}
filename={stdout|stderr|tmp|pathname,refresh_mins} %p can be used for process ID
memory={off|on|verify}
branch={off|on|verbose}
trace=env_name{,env_name,…}

Default
Not set

Examples
export JDIAG=profile=long:filename=PROFILENAME%p.out   (Unix)
set JDIAG=profile=long:filename=PROFILENAME%p.out       (Windows)


ENV