No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ApexExecutionOverlayAction
Specifies an Apex code snippet or SOQL query to execute at a specific line of code in an Apex class or trigger and optionally generate a heap dump.
Supported SOAP Calls
create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()
Supported REST HTTP Methods
Query, GET, POST, PATCH, DELETE
Fields
| Field Name | Details |
|---|---|
| ActionScript |
|
| ActionScriptType |
|
| ExecutableEntityId |
|
| ExpirationDate |
|
| IsDumpingHeap |
|
| Iteration |
|
| Line |
|
| ScopeId |
|
Usage
When you are troubleshooting a runtime issue, you often want to find out more about the state of a variable or the state of the database, or create a specific condition to test your code. Use ApexExecutionOverlayAction to overlay a diagnostic output on an Apex class or trigger without compromising production code.