The Debug Framework contributes Java debug configuration to the application at runtime. Note: This framework is only useful in Diego-based containers with SSH access enabled.
| Detection Criterion | enabled set in the config/debug.yml file |
| Tags | debug |
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to Configuration and Extension.
The framework can be configured by creating or modifying the config/debug.yml file in the buildpack fork.
| Name | Description |
|---|---|
enabled |
Whether to enable Java debuging |
port |
The port that the debug agent will listen on |
suspend |
Whether to suspend execution until a debugger has attached. Note, enabling this may cause application start to timeout and be restarted. |