This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:debugging:home [2009/12/04 03:51] tdo |
dev:debugging:home [2012/10/26 14:51] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Omnidex Debugging ====== | ====== Omnidex Debugging ====== | ||
- | |||
- | ===== Omnidex Debugging ===== | ||
- | |||
Omnidex supports a sophisticated debugging system that can aid in checking for application issues. | Omnidex supports a sophisticated debugging system that can aid in checking for application issues. | ||
Line 36: | Line 33: | ||
**EXCEPTIONS** - Locate an error in a long complex sequence of steps. Outputs the exception and the sequence of steps leading up to the exception. | **EXCEPTIONS** - Locate an error in a long complex sequence of steps. Outputs the exception and the sequence of steps leading up to the exception. | ||
- | **ALL** - Output ALL debug information for ALL of the above profiles. CAUTION: The output will be very large. Use this option ONLY if you really need it! | + | **ALL** - Output ALL debug information for ALL of the above profiles. CAUTION: The output will be very large so typically only use this option when requested by DISC Support. |
Unix | Unix | ||
Line 52: | Line 49: | ||
Unix | Unix | ||
export OMNIDEX_DEBUG="SELECT" | export OMNIDEX_DEBUG="SELECT" | ||
- | export OMNIDEX_DEBUG_FILE="debug.file" | + | export OMNIDEX_DEBUG_FILE="odxdebug.log" |
Windows | Windows | ||
set OMNIDEX_DEBUG="DATABASE,FILESYSTEM" | set OMNIDEX_DEBUG="DATABASE,FILESYSTEM" | ||
- | set OMNIDEX_DEBUG_FILE="debug.file" | + | set OMNIDEX_DEBUG_FILE="odxdebug.log" |
- | ====== Quick Links ====== | ||
- | {{page>:quicklinks&nofooter&noeditbtn}} |