Configure JVM debugging for the runtime profile
Enable JVM debugging for the runtime profile to debug new Java™ extension points.
Steps
- Select...
System > System Settings > Advanced Tuning Parameters > New
- In the Key field, enter runtime_profile.jvm_option.
- 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.
- Click Save Configuration.
- Deploy your changes.
Parent topic: Runtime environment