Hello! Trying to debug with ol' reliable print object (po) but getting error that such variable does not exist in current scope (even tho i have breakpoint literally on it, before it will "return" from current context (return myObject)
Any ideas on why this might occur? Prior to xcode 16 - i faced this error only when i made typo in variable name or it actually was different scope (i jumped in stacktrace to other call)