What steps are needed to enable remote debugging for vulnerability research in VMware Workspace ONE Access?
First, enable SSH root login by editing /etc/ssh/sshd_config and changing PermitRootLogin to yes. Then modify /opt/vmware/horizon/workspace/bin/setenv.sh to add JVM_OPTS with `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000`. Restart the system and open the firewall with iptables commands. Set remote debugging parameters in your IDE (e.g., IDEA) as described in the Zimbra article. This process is analogous to debugging setups for other products like F5 BIG-IP Vulnerability Debugging Environment Setup.
remote debuggingJVM_OPTSjdwpSSH rootsetenv.shfirewall