I'm trying to use VS2019 to debug my program in a container. When I click F5 to start debugging Visual Studio displays the error "The Visual Studio 2019 Remote Debugger (MSVSMON.EXE) does not appear to be running on the remote computer"
When I run my project with out debugging it starts up correctly.
Do I need to update the Dockerfile to include the remote debugger? if so how?