使用 Visual Studio 2022 调试Dapr 应用程序
查看原文
? 使用 Visual Studio 2022 调试Dapr 应用程序
内容简介:
使用Dapr 编写的是一个多进程的程序, 两个进程之间依赖于启动顺序来组成父子进程,使用Visual Studio 调试起来可能会比较困难,因为 Visual Studio 默认只会把你当前设置的启动项目的启动调试。 好在有Visual Studio 扩展(Microsoft Child Process Debugging Power Tool 插件)可以支持。这个思路来自 https://github.com/dapr/dotnet-sdk/issues/401#issuecomment-747563695
1、需要安装 PowerShell 7 / Core (可使用命令行:dotnet tool install --global PowerShell)
2、需要安装 Visua...
?更多精彩头条内容,请收藏程序员导航网,为您提供一站式码农必备网址大全,持续为您输出优质站点和IT信息!
暂无评论...