Debugging Via Docker
Overview
These are the typical steps for debugging the microservices via Docker in Visual Studio:
- Start Docker Desktop to get the Docker engine running.
- Run the docker-compose project without debugging to start the db.
These are the typical steps for debugging the microservices via Docker in Visual Studio: