Debugger, tests: Change ADDITIONAL_BREAKPOINT directive format
- Make it extendable and easier to parse - Allow to create additional function breakpoints
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ fun main(args: Array<String>) {
|
||||
customLib.functionInLibrary.simpleFun()
|
||||
}
|
||||
|
||||
// ADDITIONAL_BREAKPOINT: functionInLibrary.kt:public inline fun simpleFun()
|
||||
// ADDITIONAL_BREAKPOINT: functionInLibrary.kt / public inline fun simpleFun()
|
||||
// STEP_INTO: 5
|
||||
|
||||
// FILE: customLib/functionInLibrary/functionInLibrary.kt
|
||||
|
||||
Reference in New Issue
Block a user