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
DEV_CGDEV_CG 

how to set the checkpoints,debug points in developer console

how to know which line of code we stopped and how to set debug points and logs 
Raj VakatiRaj Vakati
Refer this videos

https://www.youtube.com/watch?v=sDXVkdTO8d4

https://www.youtube.com/watch?v=Ns61TOtbIDg


Links

https://bluecanvas.io/2017/02/13/debugging-apex-salesforce-debug-log-checkpoints.html

https://automationchampion.com/2017/09/18/debugging-in-apex/
https://dreamevent.secure.force.com/articleView?id=code_dev_console_checkpoints_setting.htm&type=5
Sitanshu TripathiSitanshu Tripathi
Hi,

If You want to know that where is your code stopped first use a "system.debug();" inside your code then find the line number detail column.
User-added image