码迷,mamicode.com
首页 > 数据库 > 详细

PLSQL Developer Debug

时间:2014-08-12 17:02:14      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   io   for   2014   ar   art   

如果要查看存储过程或者函数的执行过程,可以用debug的模式。PLSQL Developer提供了debug功能,以函数为例:

 

1. 找到你要debug的函数,然后右击—>选择“Add debug information”,如图:

bubuko.com,布布扣

2. 右击函数->选择Test,进入debug模式的窗口。如图:

bubuko.com,布布扣

3.在Test Window中点start debugger(F9),再点run(ctrl+R)直接执行,或点step into(ctrl+N)单步执行。  
如果单步执行,将鼠标放在变量上,即可看到运行时的赋值情况.在变量上右键可以使用类似eclipse的watch功能

 

PLSQL Developer Debug,布布扣,bubuko.com

PLSQL Developer Debug

标签:blog   http   使用   io   for   2014   ar   art   

原文地址:http://www.cnblogs.com/softidea/p/3907408.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!