You need to sign in to do that
Don't have an account?

Trailhead Challenge Help:Developer Console Basics
Regarding the Unit, Inspect Objects at Checkpoint
https://trailhead.salesforce.com/developer_console/developer_console_checkpoints
cant add a checkpoint on line no 13.
Can anyone please help?
https://trailhead.salesforce.com/developer_console/developer_console_checkpoints
cant add a checkpoint on line no 13.
Can anyone please help?
please select "checkpoints" in the developer console.check the screenshot provided below.
1.Set a checkpoint on line 13 of the EmailMissionSpecialist class.
2.Use Execute Anonymous to execute the EmailMissionSpecialist Apex class, using your email address.please check the below screen shot.
3.now execute the code which has written in an anonymous window.select the checkpoints Tab and observe
successfully the checkpoint results and see the values of the objects in memory.please check the below screen shot successfully completed the challenge.
I hope it will be helpful.
Please mark it as solved.so they removed from unanswered questions.and more appear as the proper solution to similar kind of issue.
Best Regards
RahulKumar
All Answers
please select "checkpoints" in the developer console.check the screenshot provided below.
1.Set a checkpoint on line 13 of the EmailMissionSpecialist class.
2.Use Execute Anonymous to execute the EmailMissionSpecialist Apex class, using your email address.please check the below screen shot.
3.now execute the code which has written in an anonymous window.select the checkpoints Tab and observe
successfully the checkpoint results and see the values of the objects in memory.please check the below screen shot successfully completed the challenge.
I hope it will be helpful.
Please mark it as solved.so they removed from unanswered questions.and more appear as the proper solution to similar kind of issue.
Best Regards
RahulKumar
Challenge Not yet complete... here's what's wrong:
Could not find an execution checkpoint for line #13. Make sure you set the checkpoint on line #13 and execute the EmailMissionSpecialist class before checking this challenge.
Any ideas anyone?
on line 13. Doing this and then executing once will give you the points. However, if you actually want to see the heap as they want you to, under Debug, uncheck 'Show my current checkpoints only' and you'll see the checkpoints.'
Thanks so much for your effort to answer this. Appreciate it!!!
@ Avani and Aaron- I hope this works for u also
i`m also stuck on this and none of the above suggestion does not work for me. For some reason when i put a checkpoint location on row 13 and execute the code nothing is showing up in my "Checkpoints" section. If I uncheck the "Show my current checkpoints only" it shows me some old checkpoints, but nothing for line 13. I assumed there is a limit of 5 checkpoints, just like there`s a limit of 5 checkpoint locations. However while this checkbox is unchecked even if I go an clear the checkpoints from the menu nothing is happening. Any ideas?
I was able to force the checkpoints to appear in the console by removing comments and white space between the lines. I also placed 5 checkpoints for good measure: