adminb-solutions / sitecore-docker

Dockerized Sitecore 9 XP0
0 stars 1 forks source link

Add Remote Debugger support to Sitecore Docker images #7

Closed kevinobee closed 6 years ago

kevinobee commented 6 years ago

To start a debugger session against any of the Sitecore Docker services follow the directions below:

  1. Within Visual Studio the debugger Attach to Process... dialog click on the Connection target Find... button.

  2. Select the desired target connection from the list of running Sitecore Docker containers.

The target connection displays the container ID of any running Docker containers that contain a running a msvsmon process.

image

Reference: Remote debugging in Visual Studio

kevinobee commented 6 years ago

@rauljmz can you take a look at this PR please.

FYI I don't have repository write access so I have cloned the repository and created the PR using those commits.