port
The port to use for remote debugging.
Defaults to 5005, a common default for remote debugging.
Instead of setting this via the build script, you can set it via the kobweb.server.remoteDebugging.port Gradle property (since this is something you might want to be able to do from the command line or IDEA run configuration).
So, for example, if you want to set this value from a kobweb run call in the terminal, you can use: kobweb run --gradle-start -Pkobweb.server.remoteDebugging.port=5006