Move debugger test data to the new location
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package simpleConditionalBreakpoint
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint! (condition = 1 == 1)
|
||||
args.size
|
||||
}
|
||||
|
||||
// RESUME: 1
|
||||
Reference in New Issue
Block a user