I have a package on my Oracle database, that I have compiled for debug and set breakpoints in. From SQL Developer I am then able to press ctrl+shift+F10 to run the debug and select which procedure I want to run. This all works fine.
Is it possible to catch any instances that run this package and hit my break point? For example, if a user in our C# application clicks a button, it calls a procedure in this package. I would like SQL Developer to break within the procedure and let me step through the package with the parameters supplied from the application.