package simpleConditionalBreakpoint fun main(args: Array) { //Breakpoint! (condition = 1 == 1) args.size } // RESUME: 1