Debugger not stepping or stopping at breakpoints

HI,

I have compiled the sample stored procedure that was given in the toad tutorial for debugging purposes. I used the compile with debug option. Created some watch variables and put some break points.

When I run the procedure from the editor using Execute with Debugger option, the parameter window shows up. I enter the parameter value and hit execute, but the debugger just completes execution without stopping at any of my break points.

Is there a step I am missing ?

Any help will be much appreciated in this regard.

Thanks,

Sanjay

By the way, I am logged in as user SYS and have the all the permissions including the dbms_debug.

1 Like

I have the same problem

Hi @erick.velasquez.dnt

  1. Did you set a breakpoint first by clicking on one of the blue dots?
  2. If I recall correctly, Toad won't let you debug as SYS.

See below.

Debug

Neither SYS nor SYSTEM... Cheers!