enabled

abstract val enabled: Property<Boolean>(source)

When true, enables remote debugging on the Kobweb server.

Remote debugging will only work if the server is running in development mode.

Instead of setting this via the build script, you can set it via the kobweb.server.remote.debugging.enabled 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 -Dkobweb.server.remote.debugging.enabled=true