Page tree
Skip to end of metadata
Go to start of metadata

Intellij :

  1. Open IGB in IntelliJ.
  2. Run IGB in debug mode using the IntelliJ terminal:
    • For Windows: Run the following command:

      ./run_igb.bat -d
    • For Mac: Run the following command:

      sh run_igb.sh -d
  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
    • Debugger mode: Attach to remote JVM
    • Transport: Socket
    • Host: localhost
    • Port: 5005
  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.



  • No labels