PLSQL Developer Debug

简介: 如果要查看存储过程或者函数的执行过程,可以用debug的模式。PLSQL Developer提供了debug功能,以函数为例:   1. 找到你要debug的函数,然后右击—>选择“Add debug information”,如图: 2. 右击函数->选择Test,进入debug模式的窗口。

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

 

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

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

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

 

相关文章
|
2月前
PLSQL Developer Oracleclient
PLSQL Developer Oracleclient
38 1
|
5月前
|
编译器 Linux 开发工具
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
55 0
|
Oracle 网络协议 关系型数据库
PLSQL Developer连接数据库报错ora-12514解决
PLSQL Developer连接数据库报错ora-12514解决
305 0
使用PLSQL Developer时中文乱码问题
如何解决使用PLSQL Developer时中文乱码问题
189 0
使用PLSQL Developer时中文乱码问题
Command /Applications/Xcode.app/Contents/Developer/usr/bin/copypng failed with exit code 1错误解决办法
Command /Applications/Xcode.app/Contents/Developer/usr/bin/copypng failed with exit code 1错误解决办法
128 0
|
开发工具 git iOS开发
IntelliJ中Git突然不能用,报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
IntelliJ中Git突然不能用,报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
265 0
IntelliJ中Git突然不能用,报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
|
iOS开发
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun ...
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun image.png 解决方法: 打开终端输入 xcode-select --install 回车后,系统弹出下载xcode,点击确认,下载完成后即可。
1690 0
|
关系型数据库 Oracle