How do checkpoints work in Salesforce developer console?

How do checkpoints work in Salesforce developer console?

I just found it…the apex log level has to be set to fine or finest: https://help.salesforce.com/apex/HTViewHelpDoc?id=code_dev_console_checkpoints_setting.htm&language=en The Checkpoint Inspector has two tabs: Heap and Symbols. Heap—Displays all objects present in memory at the line of code where your checkpoint was executed.

How many checkpoints can I set up in apex?

In the Checkpoints tab of the developer console, click on the checkpoint to explore the file tree. Here we can see that the title of the book is Don Quixote and the price is $30 at the point of the checkpoint: You can set up to 5 checkpoints at once.

What are the log fields in check point infinity?

Check Point Infinity solution includes multiple log fields, representing the diversity of Check Point’s products. The log fields’ mapping will help you understand security threats, logs language to better use complex queries and your SIEM. Security Logs – Generated by Security Gateway, SandBlast Agent or SandBlast Mobile.

How are security logs generated in check point?

Security Logs – Generated by Security Gateway, SandBlast Agent or SandBlast Mobile. Audit Logs – Generated by Security Management. In case you are using a SIEM platform and want to integrate Check Point logs into it, use the Log Exporter tool. The time stamp when the log was created. UUID generated for the capture.

How to inspect objects at checkpoints in apex?

Inspect Objects at Checkpoints 1 Learning Objectives. Set up checkpoints in your Apex code. 2 Set Checkpoints in Your Apex Code. The moment your spaceship starts sounding system errors, you have to head straight to the logs to figure out what went wrong and where. 3 Checkpoints Tab. 4 Checkpoint Inspector.

How to clear the results of a checkpoint?

To clear the checkpoint results from the tab, select Debug | Clear | Checkpoint Results Panel. Select Debug | Open Execute Anonymous Window. Run the EmailMissionSpecialist class again, this time with an invalid email address, such as testingemail.

What are the tabs in the checkpoint inspector?

The Checkpoint Inspector has two tabs: Heap and Symbols. Heap —Displays all objects present in memory at the line of code where your checkpoint was executed. Symbols —Displays all symbols in memory in tree view.