如何启用 sql developer (oracle) 调试选项

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21950438/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 02:15:09  来源:igfitidea点击:

How to enable sql developer (oracle) debug option

oracledebugging

提问by Novis

I have a package that consists of functions and procedure. I nee d to run that package in debug mode. I can set breakpoint in the functions or procedures. But if I want to debug the package that is not working. The run option is showing as disable. How can I make that work.

我有一个由函数和过程组成的包。我需要在调试模式下运行该包。我可以在函数或过程中设置断点。但是如果我想调试不起作用的包。运行选项显示为禁用。我怎样才能做到这一点。

Thanks

谢谢

enter image description here

在此处输入图片说明

回答by Eng. Samer T

go to your opened connection, open your package, then you will be able to debug it.

转到您打开的连接,打开您的包,然后您就可以调试它了。

enter image description here

在此处输入图片说明