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
Charlene Johnson 1Charlene Johnson 1 

I am trying to understand more about debug log's, Can someone post some resources that will help me understand how to read a debug log.

When I say debug log I am referring to the following screenshot:





User-added image
where can I find a resource that will teach me how to read this info.

Many Thanks.
Charlene.
venkat-Dvenkat-D
You can find more about it here 
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_debug_log.htm
 
Sandeep WaliaSandeep Walia

Hi Charlene,

I advice you to first and foremost install this (https://chrome.google.com/webstore/detail/apex-debugger/mpckkbblhbfngaininanfjpdfjhbncjo?hl=en) chrome extension.It makes the apex debug logs more readable as shown in this pic:

User-added image

It is very useful as:

  1. It shows system.debug statements in Green
  2. It shows all the exceptions and errors in red
  3. Method entry and exit in Yellow
In addition to the link shared by Venkat I advise you to also go through these blogs: Hope this helps,
Sandeep
PawanKumarPawanKumar
you can refer below you tube video.
https://www.youtube.com/watch?v=dkoDzOtgQSc

Regards,
Pawan Kumar