Skip to content

Commit

Permalink
docs: update replay debugger content (#5566)
Browse files Browse the repository at this point in the history
* docs: update replay debugger content

add a consideration about file versions.

* Update replay-debugger.md

Cristina's feedback.
  • Loading branch information
sbudhirajadoc authored May 1, 2024
1 parent af7c609 commit a39d59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_articles/en/apex/replay-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ When you’ve stepped through all the logged events, the debugging session ends.

Keep these considerations and known issues in mind when working with Apex Replay Debugger.

- To hit all the breakpoints correctly when you launch the replay debugger from a log file, make sure that the `.cls` or `.trigger` file you used to generate the log is identical to the file with which you're working.
- You can use this debugger only in your orgs. ISV customer debugging is unavailable in Apex Replay Debugger. To debug customers’ orgs, use [ISV Customer Debugger](./en/apex/isv-debugger).
- You can replay only one debug log at a time. This limitation can make it difficult to debug asynchronous Apex, which produces multiple debug logs.
- Be sure to start a debugging session soon after uploading your checkpoints, because checkpoints expire after 30 minutes.
Expand Down

0 comments on commit a39d59e

Please sign in to comment.