Remote debugging in Netbeans
TS hosting instructions
How to enable debuggning in netbeans on a remote server, to enable break points.
The server
Enable remote debugging in Tomcat.Edit the service file
sudo nano /etc/systemd/system/tomcat[VERSION].service
Copy the "CATALINA_OPTS" line and comment the old one ...