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 BeginerSFDC Beginer 

Unable to find see the Debuglogs

I am unable to see any debuglogs for the apex calses and triggers  that I ran. could any please suggest me what has to be done.
I set the dates also. and I am the Admin...
Venkata Naresh Thatha 8Venkata Naresh Thatha 8
Have you enabled Open Log checkbox while running Anonymous window ? If not please do it, you should be able to see the logs.
Also, your apex code should contain System.Debug to enable logging at Debug level.
Ravindra Kashyap 2Ravindra Kashyap 2
While running Anonymous window you have to check "Open Log" checkbox, only after that statements which are written inside System.debug().

User-added image

After that, if you want to see only those statements and in output tab, you can select for that also. 

User-added image