Commit df80da4d authored by dong's avatar dong

移除非用例处的断点注释

parent 48e80fb4
......@@ -18,19 +18,7 @@ class MainActivity : ComponentActivity() {
}
//测试普通断点
fun testCommonBreakpoint() {
val a: Int=1;//普通断点设置处
}
//测试条件断点
fun testIfBreakpoint() {
for (i in 1..10){
if (i==5){//条件断点设置处
println("条件断点命中进入")
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment