is there a way to set a breakpoint immediatelly af...
# intellij
s
is there a way to set a breakpoint immediatelly after a statement? usually i want to check the result of a statement but it's at the end of a func. so i have to add something stupid like val a=2 and set a breakpoint on that because that's the easiest way
2