...
Code Block |
---|
cd {path/to/sipXconfig/build/dir}
export JAVA_CC_FLAGS="-g:source,lines,vars"
# recompile all of sipx, or individial projects (e.g. make sipXcommons sipXconfig), it's up to you
make sipx
|
Tip | ||||
---|---|---|---|---|
| ||||
This only applies to sipxecs 4.4 or older systems
|
To launch the program in debug mode you need to set debug options, including the communication port for the debugger. sipXconfig startup script lets you pass the necessary information through environment variables.
...