Configuring JVM debugging for the runtime profile

Enable JVM debugging for the runtime profile so that you can debug new Java™ extension points.

Procedure

  1. From the top menu, select System > System Settings > Advanced Tuning Parameters.
  2. Click New.
  3. In the Key field, enter runtime_profile.jvm_option.
  4. In the Value field, enter the JVM debug options that suits your environment. For example, -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044.
  5. Click Save Configuration.
  6. Deploy your changes.