Sitecore 10 .NET Developer Certification — Question 33

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

Answer options

Correct answer: A

Explanation

The correct answer is A because attaching to the w3wp.exe process allows for direct debugging of the application running in the container. Option B, while useful for reviewing logs, does not provide a direct debugging interface. Option C is not applicable as Docker Desktop does not offer a direct debug option through its GUI. Option D may help with general troubleshooting, but it does not facilitate direct debugging of the process.