I'm struggling to find the correct combination to allow user A to debug through code it owns that also calls a package owned by user B. I need to debug through the logic owned by B but it is only called via A after some setup is done in the A owned logic.
All packages for user B are compiled with debug logic (confirmed via DBA_PLSQL_OBJECT_SETTINGS)
User A has DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE.
User A can view the source code for User B (I can do a do a View Spec & Body and the code opens up).
PSD is set to "Use DBA Views if available"
I have a breakpoint compiled into the code via User B.
Thoughts on what I'm missing?
All packages for user B are compiled with debug logic (confirmed via DBA_PLSQL_OBJECT_SETTINGS)
User A has DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE.
User A can view the source code for User B (I can do a do a View Spec & Body and the code opens up).
PSD is set to "Use DBA Views if available"
I have a breakpoint compiled into the code via User B.
Thoughts on what I'm missing?