How do I enable remote debugging (JPDA) for Password Manager Pro?
Remote debugging is configured by uncommenting the JPDA settings in the `wrapper.conf` file located at `C:\Program Files\ManageEngine\PMP\conf\wrapper.conf`. Remove the `#` from lines containing `-Xdebug`, `-Xnoagent`, and `-Xrunjdwp`, setting the address to `8787` (do not use `*:8787` to avoid hostname errors). Restart the service, and the Java process will listen for debugger connections, as detailed in the [debugging setup guide](/news/password-manager-pro-vulnerability-debugging-environment-setup).
Related article:
Password Manager Pro Vulnerability Debugging Environment Setup