Debugging PLSQL in Toad

后端 未结 3 1998
鱼传尺愫
鱼传尺愫 2021-02-10 07:50

I\'ve been creating packages for Oracle db using PL/SQL and i\'m trying to find a good way to debug a PL/SQL package without using the \"put_line\" command, does anyone have som

3条回答
  •  迷失自我
    2021-02-10 07:56

    Depending on the version of TOAD, the icons and toolbars will look different, but the process is the same:

    1. Make sure the "Toggle compiling with Debug" option is turned on
    2. Click "Compile" button
        a. Set a breakpoint
    3. Click "Execute PLSQL with debugger"

    Toad 9.7:

    TOAD 9.7

    Toad 11.6:

    TOAD 11.6

提交回复
热议问题