gpt4 book ai didi

c# - 当前上下文中不存在名称 'test1'

转载 作者:行者123 更新时间:2023-12-02 00:09:05 25 4
gpt4 key购买 nike

在 MVC Controller 中,我定义了一个字符串变量,但我仍然收到消息:“当前上下文中不存在名称“test1””。

这是我的代码:

public ActionResult About()
{
string test1;
test1 = "A";
return View();
}

我尝试在所有 3 个语句上放置断点,但它仅在“return”命令处停止。下面是来自 Visual Studio 2012 断点的图片:

Visual Studio Breakpoint

有什么想法吗?

最佳答案

要进行调试,请将构建配置更改为“调试”而不是“发布”。 Release 配置可以优化您的代码并防止调试器看到某些局部变量。

关于c# - 当前上下文中不存在名称 'test1',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17386591/

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