View collection variables when debug (test)

Maxim Korobov

Member²
i often use collection in PL/SQL code.
When i debug functions in packages i wanna to see what is in collections, but i can't. Neither "count" property, nor something like this: "(.last)". Only ".(x)", where x is fixed number value are work.

My suggestion about this limitation is because collection may be of user-maded types and PL/SQL Developer don't try to reach declaration of collection to show it properly.

Is it possible to implement showing information in collection. I could be a tester N1 ☺
 
Back
Top