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
SKiranSKiran 

Checkpoint - variable does not found.

I am using checkpoints and using System.debug() to get the value of variable at some point. When I am adding apex code to that checkpoint but I am getting following error in Apex Execution Result.

Variable does not exist: <variable name>

 

Is there anything extra has to be done to inject code via checkpoints.

 

Ashish_SFDCAshish_SFDC

Hi Kiran, 

 

Try putting the System.Debug in the loop rather than creating multiple checkpoints. 

Salesforce code runs on the cloud and it is a single thread execution where breaks are not possible. 

 

Regards,

Ashish