Hakon Grotte
02/09/2022, 1:38 PM-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005
on jvm target 11, and subsequently my Remove JVM debug manages to connect, loggint the following message: Connected to the target VM, address: 'localhost:5005', transport: 'socket'
.
When I attempt to run my route endpoints IntelliJ does not stop on my breakpoints> Task :local
14:31:57.875 [main] INFO io.kotless.dsl.ktor.KotlessAWS - Autoreload is disabled because the development mode is off.
14:31:57.898 [main] INFO ktor.application - Autoreload is disabled because the development mode is off.
14:31:59.116 [main] INFO ktor.application - Responding at <http://0.0.0.0:8080>
14:31:59.116 [main] INFO ktor.application - Application started: io.ktor.application.Application@6325f352
Remote JVM debugger:
Connected to the target VM, address: 'localhost:5005', transport: 'socket'
TanVD
02/09/2022, 1:54 PMHakon Grotte
02/09/2022, 1:58 PMorg.gradle.daemon=true
org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005
Or did I misinterpret your suggestion?TanVD
02/09/2022, 3:34 PMHakon Grotte
02/09/2022, 3:36 PM