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 [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 42: | Line 42: | ||
| - | |||
| ==== OMNIDEX_DEBUG_FILE ==== | ==== OMNIDEX_DEBUG_FILE ==== | ||
| Line 49: | 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" |