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功能

 

相关文章
|
4月前
PLSQL Developer Oracleclient
PLSQL Developer Oracleclient
48 1
|
网络协议 Android开发 虚拟化
Android Studio无法运行程序调试程序出现Unable to connect to ADB.Check the Event Log for possible issues.Verify th
Android Studio无法运行程序调试程序出现Unable to connect to ADB.Check the Event Log for possible issues.Verify th
108 0
Android Studio无法运行程序调试程序出现Unable to connect to ADB.Check the Event Log for possible issues.Verify th
|
7月前
|
编译器 Linux 开发工具
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
82 0
|
Oracle 网络协议 关系型数据库
PLSQL Developer连接数据库报错ora-12514解决
PLSQL Developer连接数据库报错ora-12514解决
324 0
|
C语言 iOS开发
Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license”
Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license”
114 0
使用PLSQL Developer时中文乱码问题
如何解决使用PLSQL Developer时中文乱码问题
199 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错误解决办法
137 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)
274 0
IntelliJ中Git突然不能用,报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
|
关系型数据库 Oracle