How do you debug a function in a blueprint function library?

I’ve investigated this a little bit, and it seems that setting a breakpoint inside library function won’t let you fully debug anything. You need to break on function call that would enter into library function, then debugging works as normal.