Error Stack Window Needs Selectable Error Text Tab

PaulB

Member²
When an error occurs in a SQL Window or other execution window except for the Command Window, the error stack is displayed and a question is asked to display the Error Stack Window. After selecting the Error Stack Window, the program stack is displayed, but the actual error text is relegated to the status line. This means that the error text itself can not be fully viewed or cut/copied into a text buffer once the Error Stack Window is displayed.

Would it be possible to place a new tab or region called "Error Text" on the Error Stack Window that contains the full text of the original error text list? This would allow the error to be copied and pasted into a message or other window for diagnostic and reporting purposes.

In addition to the ability to view and select the full error text, it may also be possible to allow a double click on the error line to go to the line number in the program stack on the corresponding tab containing that line's program. This would be similar to how it works when compiling a PL/SQL stored object and errors occur in the compilation.

Let me know if this can be implemented in the near future.

Thanks,

Paul B.
 
Back
Top