Additional functionality request

Ivan C.

Member³
While writing a PL/SQL module we often pass around PL/SQL record types, or PL/SQL tables of records. While debugging the PL/SQL code, there's no way to look into the content of the record, unless the members of the PL/SQL record are accessed individually within the code.

I would like to be able to move my cursor (while debugging) across a variable of type record and see its content. I hope this is possible, as PL/SQL Developer knows the type of the variable and knows its structure (record's columns), so I think the values can be accessed internally and displayed in the "value" pop-up.

Thank you in advance.
Ivan C.
 
Back
Top