debugging problem

mpl1604

Member
How can I see the contens of arrays "indexed by VARCHAR( ) / pls_integer"!

I have only the possiblity to add the record to the watch window and to enter each index as value in the wath window!!

TYPE f4102list IS TABLE OF f4102tab
INDEX BY VARCHAR(12);
g_f4102 f4102list;

IF g_f4102(l_idx).ibroqi > 0 THEN

-- I Have to add "g_f4102(l_idx).ibroqi" to the wath window and substitute manualy the vale of l_idx !!!

Someone has an idea?
 
Back
Top