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:
+1
-1
@@ -6,7 +6,7 @@ fun main(args: Array<String>) {
|
||||
fileWithInternal.test()
|
||||
}
|
||||
|
||||
// ADDITIONAL_BREAKPOINT: fileWithInternal.kt:Breakpoint
|
||||
// ADDITIONAL_BREAKPOINT: fileWithInternal.kt / Breakpoint
|
||||
|
||||
// EXPRESSION: 1
|
||||
// RESULT: 1: I
|
||||
|
||||
Reference in New Issue
Block a user