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:50] tdo |
dev:debugging:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Environment Variable: omnidex_debug ====== | + | ====== 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 44: | Line 42: | ||
| - | |||
| ==== OMNIDEX_DEBUG_FILE ==== | ==== OMNIDEX_DEBUG_FILE ==== | ||
| Line 51: | Line 48: | ||
| 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}} | ||