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 the debugger it just whirrs away for a while and then jumps right to the end.
The package I'm debugging has been compiled with debug information, as have all other packages that it calls.
I've also tried unticking the "Step over SYS objects" option in preferences just in case, but neither has worked.
Can anyone help? It's turning what should be a simple task into a real nightmare as the package is huge.
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 the debugger it just whirrs away for a while and then jumps right to the end.
The package I'm debugging has been compiled with debug information, as have all other packages that it calls.
I've also tried unticking the "Step over SYS objects" option in preferences just in case, but neither has worked.
Can anyone help? It's turning what should be a simple task into a real nightmare as the package is huge.