Yeah sure. In the end I got quite desperate so put in lots of breakpoints throughout to try to get it to stop before fully executing the entire package.
Even more strangely, this first one is in the topmost level package and it works:
**BREAKPOINT HERE** before call to...
I'm trying to debug some code using PL/SQL Developer's debugger but am finding it impossible because it keeps skipping past breakpoints.
If I step through the code with a test case line by line I can see that it's happily progressing to a given point, but the if I put a breakpoint there and run...