Debugging a package
Debugging a package
I am having problems debugging a procedure in a package.. My package is compiled for debugging and I can execute, but Step Into does not work, I even tried a breakpoint at the very first line... all I get is "Debugging finished at.."
Re: Debugging a package
This may happen if a package doesn't contain a package body.
Could you please send us the CREATE definition of the package for investigation?
You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you on this issue via that system.
Could you please send us the CREATE definition of the package for investigation?
You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you on this issue via that system.
Re: Debugging a package
My package does contain a body.. if it didn't there would not be much to debug anyway.
I am afraid I cannot send you the package source code. Maybe I will create an example, but these days are fairly busy.
I will send a private message to alexaATdevartDOTcom, which seems to work, while support doesn't..
I am afraid I cannot send you the package source code. Maybe I will create an example, but these days are fairly busy.
I will send a private message to alexaATdevartDOTcom, which seems to work, while support doesn't..
Re: Debugging a package
This is working in the latest release.