Fixing Issue When You Can’t Connect to Docker Debugger in VS Code

I’ve previously blogged about debugging .NET Docker containers in VS Code but recently I came across a problem with a container that I had a .NET Core application in failing to connect the debugger with the following error:
Executing: docker.exe …


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

I’ve previously blogged about debugging .NET Docker containers in VS Code but recently I came across a problem with a container that I had a .NET Core application in failing to connect the debugger with the following error: Executing: docker.exe exec -i sunshine-functions sh -s < /home/aaron/.vscode-remote/extensions/ms-vscode.csharp-1.19.1/scripts/remoteProcessPickerScript Linux stderr: sh: 1: ps: not found Error Message: Command failed: docker.exe exec -i sunshine-functions sh -s < /home/aaron/.vscode-remote/extensions/ms-vscode.csharp-1.19.1/scripts/remoteProcessPickerScript sh: 1: ps: not found THe crux of the problem is that it’s unable to list the processes that I need to pick from in VS Code.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2019-05-17T05:35:46+00:00) Fixing Issue When You Can’t Connect to Docker Debugger in VS Code. Retrieved from https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/

MLA
" » Fixing Issue When You Can’t Connect to Docker Debugger in VS Code." Posts on LINQ to Fail | Sciencx - Friday May 17, 2019, https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/
HARVARD
Posts on LINQ to Fail | Sciencx Friday May 17, 2019 » Fixing Issue When You Can’t Connect to Docker Debugger in VS Code., viewed ,<https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Fixing Issue When You Can’t Connect to Docker Debugger in VS Code. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/
CHICAGO
" » Fixing Issue When You Can’t Connect to Docker Debugger in VS Code." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/
IEEE
" » Fixing Issue When You Can’t Connect to Docker Debugger in VS Code." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/. [Accessed: ]
rf:citation
» Fixing Issue When You Can’t Connect to Docker Debugger in VS Code | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2019/05/17/fixing-issue-when-you-cant-connect-to-docker-debugger-in-vs-code/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.