Is there a way to enable remote debugging in a desktop app?
m
mikehearn
10/17/2023, 10:10 AM
Sure it's no different to any other remote debugging on the JVM. You can start JDWP so it listens on a network port, see JVM user guide for details. Just be aware that it's not very secure.