Exam NET Developer 10 All QuestionsBrowse all questions from this exam
Question 41

How would you debug the Sitecore Content Delivery role that is running on containers?

    Correct Answer: A

    To debug the Sitecore Content Delivery role running on containers, the most effective approach is to attach to the w3wp.exe process of the container from your IDE. This allows a developer to interactively debug the code, set breakpoints, and step through the execution process, which is particularly useful for identifying and resolving issues within the code.

Discussion
samuellealbOption: A

A is correct: https://doc.sitecore.com/xp/en/developers/103/developer-tools/debug-code-running-in-containers.html

vinodshettyOption: A

Correct answer A In the list of running containers, right-click on the one that you want to debug, and click Attach to Process: