This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:debugging:home [2009/11/16 22:02] 127.0.0.1 external edit |
dev:debugging:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Environment Variable: omnidex_debug ====== | + | ====== Omnidex Debugging ====== |
| - | + | Omnidex supports a sophisticated debugging system that can aid in checking for application issues. | |
| - | ===== Debugging Environment Variables ===== | + | |
| The following variables can be set to enable debugging, prior to starting an application. For client/server applications, set these variables prior to starting the Omnidex Network Services listener to enable debugging on that listener. The required variables (above) must also be set. | The following variables can be set to enable debugging, prior to starting an application. For client/server applications, set these variables prior to starting the Omnidex Network Services listener to enable debugging on that listener. The required variables (above) must also be set. | ||
| Line 43: | Line 42: | ||
| - | |||
| ==== OMNIDEX_DEBUG_FILE ==== | ==== OMNIDEX_DEBUG_FILE ==== | ||
| Line 50: | 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}} | ||