I have a .net web application that makes great use of oracle stored procedures. A.
One of them is problematic - sometimes it works, sometimes it is not.
Is there a way to connect the debugger to oracle when calling sp or run it directly from Visual Studio?
What other debugging methods are there for a .net / Oracle web application?
chris source
share