How to debug in object within intellij? break poin...
# getting-started
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)