Bug/feature: on error, when viewing error stack source code, PLD always shows program body

Claus Pedersen

Member³
I have a package with a public cursor (defined in the package header). When executing code and this cursor results in a run-time error (in this case caused by a missing group by), the line number in the error stack is reported as e.g. line 100.

When answering Yes to view program sources of error stack, PLD goes to line 100 inside the package body, which in my case is somewhere inside a block comment (!).

Please correct this, as this behaviour is confusing and at its worst even misleading.
 
Back
Top