How to Debug .Net Core Application Running on Minikube from Visual Studio 2017

戏子无情 提交于 2019-12-07 09:00:45

问题


I have made a .Net Core Web Application and deployed it on container running on Minikube VM. I want to debug that app, How can I do it using Visual Studio 2017?


回答1:


You can use vsdbg to debug any remote dotnet core process on Linux. Kubernetes Minikube uses Docker underneath and Docker container is in fact something like a Linux VM. I wrote a post about this on Medium.com if you need more details.



来源:https://stackoverflow.com/questions/46361844/how-to-debug-net-core-application-running-on-minikube-from-visual-studio-2017

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!