80.9 远程调试使用Gradle启动的Spring Boot项目
applicationDefaultJvmArgs = [
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
]$ gradle run --debug-jvmLast updated
Was this helpful?
applicationDefaultJvmArgs = [
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
]$ gradle run --debug-jvmLast updated
Was this helpful?
Was this helpful?