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.
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.