I have a package that contains another object (procedure, function, etc.) that I want to debug. However, this package does not call that object. I usually call it by using a select statement. How do I debug the object.
To debug the object, you would need to create a new procedure that calls the object in the package or create the object as its own seperate object and debug it by itself.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center