Cursor in debug

Cista

Member
Hello,

Is it possible to see the cursor's content in debug mode ? When I do an "add watch", I see some information, not a lot, just "Number of Row". Is it possible to see all a cursor's content, all the records and all fields ?

thanks,

Christian,
 
No, this is unfortunately not possible. You can only see the actual data if you fetch it into a variable.
 
Back
Top