Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
4.4 developers
4.4 developers

This only applies to sipxecs 4.4 or older systems

Code Block

  JAVAC_DEBUG=on JAVAC_OPTIMIZED=off {path/to/sipXconfig/source/dir}/configure <other configure params>
  make all install

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.

...