Reasons why PL/SQL Developer's debugger won't enter a procedure?

11.3k views Asked by At

I am trying to debug a procedure using PL/SQL developer's built-in debugger.

After stepping over the BEGIN, when the debugger is over the actual procedure call, the "step-into" button will just execute the procedure without entering it.

Any suggestions would be appreciated.

1

There are 1 answers

2
Marco On BEST ANSWER

Try adding debug information like @Carlo Sima mentioned.

Like this:

Add debug information