时间:2010-07-26 17:11:17

标签: .net oracle debugging stored-procedures

3 个答案:

答案 0 :(得分:7)

可以从Visual Studio中逐步进入pl / sql调试代码。 (我一直这样做)

您将需要使用Oracle提供的Oracle开发人员工具(http://www.oracle.com/technology/tech/windows/odpnet/index.html),但这是他们的演练,可以让您启动并运行。

http://www.oracle.com/technology/oramag/oracle/06-sep/o56odp.html

它需要一些设置,但一旦它工作,你可以直接从.net调试到Oracle代码。

这是Christian Shay的演练(他是Oracle的.NET和Windows小组的产品经理) http://cshay.blogspot.com/2006/07/plsql-debugger-in-visual-studio.html

答案 1 :(得分:1)

答案 2 :(得分:0)