M muttley Member Oct 30, 2014 #1 Hi how can I to see data when I am debugging ? Example mytype mytable%rowtype; When I pouplate mytype or table of mytype, How can I to see the data ? Thank you in advance
Hi how can I to see data when I am debugging ? Example mytype mytable%rowtype; When I pouplate mytype or table of mytype, How can I to see the data ? Thank you in advance
Marco Kalter Administrator Staff member Oct 31, 2014 #1 You can only see individual fields of the mtype record. For example, if you hover over an expression like mtype.id or enter mytype.id in the watch list, its value will be displayed.
You can only see individual fields of the mtype record. For example, if you hover over an expression like mtype.id or enter mytype.id in the watch list, its value will be displayed.