Full-OBJ-Dump

Downloads5
Subscribe
4
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues

What's new in this version

move to archive

Full-OBJ-Dump

Quality Gate Status

During testing your code you are are often confronted with the need to examine
the actual content of an object. Either using ZWRITE or $system.OBJ.Dump()
you get a picture of simple properties as “— attribute values —”
while “— swizzled references —” are more confusing than informative
and with “— calculated references —” you are just left in the lurch.

This small helper class allows you to dump an object to terminal or
e.g in background to some stream for later review.
By default you see just properties with content,

   DO ##class(Z.obj).dumpToDevice(obj) 

or if explicitly requested all properties.

   DO ##class(Z.obj).dumpToDevice(obj,1)  

Similar is the output to stream

   DO ##class(Z.obj).dumpToStream(.outstream,obj)  

Article in DC

Rating
0 (0)
Category
Technology Example
Works with
InterSystems IRISCachéEnsemble
Tags
Info
Version
1.0.1
Last updated
2023-09-16
Repository
Open
Documentation
Open
License
Link