Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added run-debug ant task

...

This changed command line instructs java to run in debug mode listening for a socket connection on port 8091 for a debugger to connect. You can change the port number to any port not otherwise being used.

There is an ant task that you could use to start Ofbiz with the debug settings above.

Code Block

  ./ant run-debug

Step 2: Connect to OFBiz with Eclipse as a Debugger

...