Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

the meaning of content of object

former_member249594
Participant
0 Kudos

Hi Experts,

My program create an object ( gr_order_workbench) in runtime with reference global class zorder_workbench, and the content of gr_order_workbench is when I debug the program.Can any one tell me what is O:1777*\ and {} meaning?

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Joe

Here are my explanations of this debugger information:

{O:} = reference type, could be a class, interface or data reference
1777* = counter of the instances, increases when you create more instances (incremental?)

Regards

Uwe