Problem with debugging not outputting entire structures

never noticed it before in prior version but structures are not coming out correctly in debug logs..

@bobbyD @gopher.ny
ie


I assume it has something to do with the < > and redirections.. Is there anyway to get the entire structure to dump out.. notice it is missing the from and to addresses in multiple places (they are blank)

Yeah, use groovy.xml.XmlUtil.escapeXml() on map's values.

2 Likes

so i have to go through map one at a time and call it? as it does not work on a map as a whole.. what a pain.

Could you get the map into a string format first, then pass that to escapeXML...?

ill try but think that would loose the brackets and showing the structure of the map ..

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.