Debug .NET Core Docker Application
Requirements
- Visual Studio Code
- C# Extension
- Docker Tools for Mac / Windows
- dotnet CLI RC3
- clone repo
rm -rf .gitdotnet restore -r debian.8-x64- open vs code -
code . - set break point in code.
- open debugger and click the "play" button