gpt4 book ai didi

asp.net - 如何在 Visual Studio 解决方案中使用 2 个 Web API 项目进行调试?

转载 作者:行者123 更新时间:2023-12-01 22:07:30 24 4
gpt4 key购买 nike

<分区>

我有一个包含 2 个项目的 visual studio 解决方案。两者都是 Web API(不是 .net 核心)。当我有一个项目时,我可以通过点击

来调试它
http://localhost:53961/api/...

但是我随后添加了第二个项目。我怎样才能开始调试第二个?它似乎没有达到断点。我明白了

No HTTP resource was found that matches the request URI

当我在main方法上放置断点时

    // GET: api/<controller>
[HttpGet]
public async Task<Result> Get(string emails)
{

}

我看到一条消息:

The breakpoint will currently not be hit. No code has been loaded for this code location.

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com