Skip to content

Commit

Permalink
FIX debug issue
Browse files Browse the repository at this point in the history
修复 调试器没有在断开连接时清理所有断点, 导致后续在同一个进程上调试出现幽灵断点的问题
  • Loading branch information
CppCXY authored and tangzx committed Dec 28, 2023
1 parent 73e3e28 commit b95629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ val buildVersion = System.getProperty("IDEA_VER") ?: buildDataList.first().ideaS

val buildVersionData = buildDataList.find { it.ideaSDKShortVersion == buildVersion }!!

val emmyDebuggerVersion = "1.3.0"
val emmyDebuggerVersion = "1.5.1"

val resDir = "src/main/resources"

Expand Down

0 comments on commit b95629e

Please sign in to comment.