Attach Debugger

application {
    mainClass.set("com.thorg.server.ThorgServerMainKt")
    applicationDefaultJvmArgs = listOf(
        "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=localhost:5005"
    )
}

to be tested