in ``` if (foo) return ``` can I set a breakpoint ...
# intellij
k
in
Copy code
if (foo) return
can I set a breakpoint only for the
if
branch?