Configure JVM debugging for the runtime profile

Enable JVM debugging for the runtime profile to debug new Java™ extension points.

Steps

  1. Select...

      System > System Settings > Advanced Tuning Parameters > New

  2. In the Key field, enter runtime_profile.jvm_option.

  3. In the Value field, enter the JVM debug options that suits the environment. For example, -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044.

  4. Click Save Configuration.

  5. Deploy your changes.

Parent topic: Runtime environment