APEX Debugging - line by line ??
Is there some way to debug the PL/SQL Code that we have written for some page in APEX?
I am using APEX 4.1 and have developed a project that manages employees roster.
I have PL/SQL code that fires email to manager based on skills shortage but there seems to be some logical error that is happening and the email is not being sent.
I wanted to know if there is some way to execute line by line so i can check where exactly am I running into error.
I executed the code bit by bit in SQL Commands and it worked fine but it does not work similarly in the application which is why I wanted to check it line by line.
Any help/advise is appreciated.
I looked through some of the docs for APEX but it was not very helpful.