I am trying to run the debugger on my PACKAGE but it will only step through the declaration and setting of variables section. Once it gets to the end of the section and the line before the first procedure, it just runs to completion, even if I have breakpoints set in the first procedure.
I CAN run the debugger on procedures that are not within a package. It steps through those just fine, line by line. I took a procedure that I could step through and put it within a new package by itself and the debugger will no longer step through it.
I have the following system permissions granted:
debug any procedure
debug connect session
execute any procedure
restricted session
unlimited tablespace
Do I need any others set? Is there something special for packages?
I CAN run the debugger on procedures that are not within a package. It steps through those just fine, line by line. I took a procedure that I could step through and put it within a new package by itself and the debugger will no longer step through it.
I have the following system permissions granted:
debug any procedure
debug connect session
execute any procedure
restricted session
unlimited tablespace
Do I need any others set? Is there something special for packages?