Home  >  Article  >  Database  >  Oracle存储过程调试简述

Oracle存储过程调试简述

WBOY
WBOYOriginal
2016-06-07 16:55:34986browse

PL/SQL中为我们提供了Oracle调试存储过程的功能,可以帮助你完成存储过程的预编译与测试。 点击要调试的存储过程,右键选

  PL/SQL中为我们提供了Oracle调试存储过程的功能,可以帮助你完成存储过程的预编译与测试。

  点击要调试的存储过程,右键选择TEST

  如果需要查看变量,当然调试都需要。在右键菜单中选择Add debug information.

  start debugger(F9)开始我们的测试,,Run(Ctrl+R)

  随时在varible List中输入我们想查看的变量

  其它:

  Step into(Ctrl+N):单步调试,进入下一步

  Step over(Ctrl+O):结束该语句

  Step out(Ctrl+T):跳出该过程

  Run to next exception:进入下一个断点Breakpoint

  Toggle Breakpoint设置断点:光标指向一行,Ctrl+B;或鼠标点中该行的行号边缘

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn