Versions Compared

Key

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

...

This is the official recommended way for debugging ofbizOFBiz. It's fine, personnaly . Personnaly (Jacques Le Roux) I use also the second method below Debugging (or running) OFBiz in Eclipse. It because I find it convenient (but I'm certainly biased having used such tools for a pretty long time now). For instance, it's really helpful when it comes to debug the framework java code. When someone has screwed up the framework java code (it rarely happens but Adam is able to do it fromt time to time ;o) and you can't load OFBiz. Then it's an easy way to debug OFBiz using inside debugging. Though using the remote debuggind technique, you may also suspend the JVM through the command line options at start up. Effectively the JVM boots, stops and waits for a debugger to connect and then it continues so you can still use remote debugging. Just put suspend=y in the start options alongside the socket and ports settings (thanks Ray)

...