gpt4 book ai didi

c# - 等效于 C# 中的 console.log

转载 作者:行者123 更新时间:2023-12-03 14:51:42 26 4
gpt4 key购买 nike

我正在运行使用 Visual Studio 2017 构建的 MVC Web 应用程序。我想测试 C# 代码的某些部分 without using debugger breakpoints .有没有办法通过在那时添加一些代码来知道代码的某个部分已经运行?类似 console.log在 JavaScript 中?为了使事情更具体,我想在以下方法中添加这个“观察者代码”:

public static void Main(string[] args)
{
BuildWebHost(args).Run();
}

以上是否可行以及如何?

最佳答案

Trace.WriteLine 会做(可能还有更多来自 Trace 类的方法)。

您可以使用名为 DebugView 的程序。实时监控生成的跟踪,或 write to a log file using you web.config file .

关于c# - 等效于 C# 中的 console.log,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48903404/

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