Configuring JVM debugging for the runtime profile
Enable JVM debugging for the runtime profile so that you can debug new Java™ extension points.
Procedure
- From the top menu, select .
- Click New.
- In the Key field, enter runtime_profile.jvm_option.
- 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.
- Click Save Configuration.
- Deploy your changes.