Intellij :

  1. Open IGB in IntelliJ.
  2. Run IGB in debug mode using the IntelliJ terminal:
  3. You will see the following message displayed in the terminal:

    Listening for transport dt_socket at address: 5005

  4. Open the IGB App that you want to debug in a new window using IntelliJ.
  5. In the top-right corner of IntelliJ, click on Edit Configurations.
  6. Select Remote JVM Debug and configure the following settings
  7. Click Apply, then OK.
  8. Start debugging the Remote JVM attached.

NetBeans :

  1. Start IGB through a terminal on Mac/Linux

    sh run_igb.sh -d 


    Start IGB through a terminal on Windows

    run_igb -d
  2. You will see the following message displayed in the terminal:

    Listening for transport dt_socket at address: 5005

  3. Open NetBeans and open the projects you want to debug.
  4. Attach a debugger by going to Debug > Attach Debugger and configure the following settings
  5. Click ok.
  6. All projects in NetBeans run in debug mode.