cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug in InteliJ

0 Kudos

How to configure application to debug in InteliJ

0 Kudos

Kindly find below steps to configure/enable in InteliJ

Steps to configure/enable debug option in InteliJ.

  1. Open InteliJ and go to Run Menu.
  2. Click on Debug or press (Alt + Shift + F9)
  3. Click on Edit Configuration
  4. Select Remote JVM Debug
  5. Provide below details and left other information unchanged.
  • Name: Hybris Debug
  • Host: localhost
  • Port: 8000

6. Click on Apply and Close
7. To start the debug, press (Shift + F9) on any Java class.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Kindly find below steps to configure/enable in InteliJ

  1. Open InteliJ and go to Run Menu.
  2. Click on Debug or press (Alt + Shift + F9)
  3. Click on Edit Configuration
  4. Select Remote JVM Debug
  5. Provide below details and left other information unchanged.
  6. Name: Hybris Debug
  7. Host: localhost
  8. Port: 8000
  9. Click on Apply and Close
  10. To start the debug, press (Shift + F9) on any Java class


Best | Ashish Vyas

Answers (0)