function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC LabsSFDC Labs 

Developer Console debug logs String truncated

Hi Everyone, recently am facing an issue in developer console debug logs.

I have an apex class which deals with wrapper class. I tried to printing the wrapper class values in the apex class eecution. But the am not able to see the complete values of the wrapper class. Half part of the class variables and values truncated in the log.

Similary i tried converting the wrapper into json string and printed, still same issue, the jsons tring truncated in debug log.
SandhyaSandhya (Salesforce Developers) 
Hi,

Try in another browser or update your browser if you are using chrome.Usually with json.serialize you will be able to see thr string.

Best Regards,
Sandhya
SFDC LabsSFDC Labs
Thanks Sandhya, I am using chrome and it is updated version. But not getting even Json.serilize string.