![]() |
1
5
不幸的是,目前还无法使用Visual Studio或.NET核心提供的工具来判断。不过,请注意,社区已经请求使用此功能 here 所以你可以在那里表达你的意见。 目前,最好的选择是遵循以下步骤 to find out the id of the process given the application's port 以下内容:
如果您觉得有冒险精神,您可能需要使用类似PowerShell的东西,它将直接返回端口号:
|
![]() |
2
2
你可以 print the pid to the console and use that to select from Ctrl-Alt-P
|