How to debug in object within intellij? break points does not seem to stop in it thanks
s
How to debug in object within intellij? break points does not seem to stop in it thanks
r
when I try your code the debugger stops nicely at
println("hi")
. (But I needed to att a return statement in the text function to make the compiler happy)