Commit 9d326b62 authored by qq_38816927's avatar qq_38816927

step into问题

parent 6ab0afea
......@@ -54,7 +54,14 @@ fun testIntoGrandfather(){
testIntoFather();// 测试步进断点-开始
}
fun testIntoFather(){// 测试步进断点-进入方法
/*
**不同版本的Android Studio的起始行号不同
***旧版本:映射到方法体内部的第一条可执行代码
***新版本:映射到了方法体的左花括号
* */
fun testIntoFather() {// 测试步进断点-进入方法
//测试步进断点-进入方法2
testIntoKid();// 测试步进断点-结束
}
......
......@@ -18,3 +18,9 @@ org.gradle.internal.http.connectionTimeout=100000
org.gradle.internal.http.socketTimeout=100000
# kotlin.mpp.applyDefaultHierarchyTemplate=false
#?????????
kotlin.debug.generateDwarfDebugInfo=false
kotlin.debug.generateLineNumbers=true
kotlin.debug.generateLocalVariables=true
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