debugging 使用Docker在Visual Studio程式码中两柴

szqfcxe2  于 2022-11-14  发布在  Docker
关注(0)|答案(1)|浏览(168)

我是Visual Studio Code和Docker的新手。我在.net中编写api并使用Docker运行。但是我无法调试它。它没有到达断点。

f0ofjuux

f0ofjuux1#

VSCode遵循任务模型。可以将IDE配置为调试/运行多个框架/语言。Tasks.json文件用于配置项目操作。请在此处阅读有关信息-https://code.visualstudio.com/docs/editor/tasks请在此处阅读有关配置Visual Studio代码任务以调试各种项目类型的信息-https://code.visualstudio.com/docs/containers/debug-common
参考https://jasonwatmore.com/post/2021/06/24/vs-code-net-debug-a-net-web-app-in-visual-studio-code
此外,这可能是重复问题-How to debug python code using vs code by attaching to a running container (without Dockerfile)?

相关问题