NET Developer 10 Exam QuestionsBrowse all questions from this exam

NET Developer 10 Exam - Question 41


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

Show Answer
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

2 comments
Sign in to comment
vinodshetty
Jun 2, 2024

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

samuellealbOption: A
Aug 8, 2024

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