Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add missing instruction at step 2.

...

  1. Navigate to Run -> Edit Configurations…
  2. Click + to add new configuration, and choose Gradle.
  3. Fill in the following fields:
    1. Name: Debug My OFBiz

    2. Gradle project: <path to build.gradle>

    3. Tasks: ofbiz

  4. Click OK.
  5. Navigate to Run -> Debug…, choose Debug My OFBiz.
  6. Click Stop ‘Debug ‘My OFBiz’ when done with debugging.

...