
- #VISUAL STUDIO 2017 FOR MAC DEBUG OPERATION FAILED HIGH SIERRA UPDATE#
- #VISUAL STUDIO 2017 FOR MAC DEBUG OPERATION FAILED HIGH SIERRA WINDOWS#
T15:44:05.6315253Z #Absolute path for pathSegments: C:\Program Files\MongoDB\Server\4.0\bin/docker = C:\Program Files\MongoDB\Server\4.0\bin\docker T15:44:05.6305242Z #Absolute path for pathSegments: C:\Program Files\Docker\Docker/docker = C:\Program Files\Docker\Docker\docker
#VISUAL STUDIO 2017 FOR MAC DEBUG OPERATION FAILED HIGH SIERRA WINDOWS#
Hi Team ,I am new to docker.Configured docker for windows and developed docker file which builds nginx server to host angular application successfully.Now planning to call docker file in TFS build definition.I have added docker task to run command in Build deinftion but getting issueĠ18-09-07T15:44:05.6305242Z #Absolute path for pathSegments: C:\Build\agent\agent\worker\Modules\.Internal\NativeBinaries\amd64/docker = C:_Build\agent\agent\worker\Modules\.Internal\NativeBinaries\amd64\docker Reply to this email directly, view it on GitHub, or mute the thread. You are receiving this because you commented.
#VISUAL STUDIO 2017 FOR MAC DEBUG OPERATION FAILED HIGH SIERRA UPDATE#
No I have not? What errors do you see? I assume you tried all the steps above with the latest 15.7 update of Visual Studio 2017 along with latest "Stable" channel of Docker For Windows.? After F5, do you get a %userprofile%\vsdbg folder with the debugger there? If a container is created, can you log into the container with "Docker exec -it bash" and do you see a \remote_debugger folder with the debugger files in it? Subject: Re: Cannot start Docker debug with VS2017 15.3 ( #37)

Is there a way to do a screenshare for this? I would love to help you guys out, but pulling log files seems not productive. C:\Users\Sergii_Tkachenko\.nuget\packages:/root/.nuget/packages:roĭocker ps -filter "status=running" -filter "name=dockercompose9756074155277170669_consoleapp1_" -format -n 1īut, I can see that image created and container is up and running using docker -ps:ĬONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMESġf2a3ec3b102 consoleapp1:dev "tail -f /dev/null" 16 hours ago Up About a minute dockercompose9756074155277170669_consoleapp1_1

C:\Program Files\dotnet\sdk\NuGetFallbackFolder:/root/.nuget/fallbackpackages:ro C:\Users\Sergii_Tkachenko\vsdbg:/remote_debugger:ro

C:\Users\Sergii_Tkachenko\Documents\Visual Studio 2017\Projects\ConsoleApp1\ConsoleApp1:/app:rw additionalProbingPath /root/.nuget/fallbackpackages bin/Debug/netcoreapp2.0/ConsoleApp1.dll'Ĭom.: /bin/bash -c "if PID=$(pidofĬom.: dotnetĬom.: /app Docker-compose -f "C:\Users\Sergii_Tkachenko\Documents\Visual Studio 2017\Projects\ConsoleApp1\docker-compose.yml" -f "C:\Users\Sergii_Tkachenko\Documents\Visual Studio 2017\Projects\ConsoleApp1\" -f "C:\Users\Sergii_Tkachenko\Documents\Visual Studio 2017\Projects\ConsoleApp1\obj\Docker\docker-compose.vs.debug.g.yml" -p dockercompose9756074155277170669 configĬontext: C:\Users\Sergii_Tkachenko\Documents\Visual Studio 2017\Projects\ConsoleApp1\ConsoleApp1
