I have a .net web application that makes heavy use of oracle stored procedures.
One of these is problematic - some times it works, some times it doesn't.
Is there any way to either attach a debugger to oracle when the sp is called, or step into it directly from Visual Studio?
What other debugging techniques are there for a .net/Oracle web app?