illealg line error

I get a Error setting breakpoint at line x in blar.blar:
illegal line.

I am running the evaluation version of PL/SQL .
I was trying to show my bosses the fantastic debug facilities that are in the tools but they are not working. No matter where I put the breakpoint I get the same error. Am I missing somthing or it there a flaw in the evaluation version?
 
I'm not aware of such a flaw. The "illegal line" message comes from the Oracle Debug API, so my guess is that the line where you place your breakpoint is inappropriate (e.g. unreachable or non-executable).
 
Back
Top