IntelliJ local jetty run config - setting the debug interface and port

453 views Asked by At

Is there a way to manually set the debugging network interface and port for a local (not a remote) Jetty run configuration in IntelliJ? By default it uses TCP 0.0.0.0 and a random port. Can I override this behavior? Using the normal JVM options doesn't work because it complains about duplication - I guess IntelliJ adds the debugging options behind the scenes. Any way to interfere and set them manually?

0

There are 0 answers