Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
9d326b62
Commit
9d326b62
authored
Apr 05, 2026
by
qq_38816927
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
step into问题
parent
6ab0afea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
DebugStepIntoDemo.kt
...onMain/kotlin/com.dong.demo013/debug/DebugStepIntoDemo.kt
+8
-1
gradle.properties
gradle.properties
+6
-0
No files found.
composeApp/src/commonMain/kotlin/com.dong.demo013/debug/DebugStepIntoDemo.kt
View file @
9d326b62
...
@@ -54,7 +54,14 @@ fun testIntoGrandfather(){
...
@@ -54,7 +54,14 @@ fun testIntoGrandfather(){
testIntoFather
();
// 测试步进断点-开始
testIntoFather
();
// 测试步进断点-开始
}
}
fun
testIntoFather
(){
// 测试步进断点-进入方法
/*
**不同版本的Android Studio的起始行号不同
***旧版本:映射到方法体内部的第一条可执行代码
***新版本:映射到了方法体的左花括号
* */
fun
testIntoFather
()
{
// 测试步进断点-进入方法
//测试步进断点-进入方法2
testIntoKid
();
// 测试步进断点-结束
testIntoKid
();
// 测试步进断点-结束
}
}
...
...
gradle.properties
View file @
9d326b62
...
@@ -18,3 +18,9 @@ org.gradle.internal.http.connectionTimeout=100000
...
@@ -18,3 +18,9 @@ org.gradle.internal.http.connectionTimeout=100000
org.gradle.internal.http.socketTimeout
=
100000
org.gradle.internal.http.socketTimeout
=
100000
# kotlin.mpp.applyDefaultHierarchyTemplate=false
# kotlin.mpp.applyDefaultHierarchyTemplate=false
#?????????
kotlin.debug.generateDwarfDebugInfo
=
false
kotlin.debug.generateLineNumbers
=
true
kotlin.debug.generateLocalVariables
=
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment