Evaluate expression: switch off breakpoints during eval4j run
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package methodWithBreakpoint
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
args.size
|
||||
}
|
||||
|
||||
fun foo(): Int {
|
||||
//Breakpoint!
|
||||
return 1
|
||||
}
|
||||
|
||||
// EXPRESSION: foo()
|
||||
// RESULT: 1: I
|
||||
Reference in New Issue
Block a user