gpt4 book ai didi

c# - 在 Visual Studio 中识别调试

转载 作者:行者123 更新时间:2023-11-30 15:06:59 26 4
gpt4 key购买 nike

我有一个有趣的问题。

是否可以识别程序集是否正在 Visual Studio 中运行?

看下面的代码。

if(FoundThatYouAreDebuggingInVisualStudio)
{
Print "Hello"
}
else
{
Print "Hi"
}

以上代码存在于以 Release模式构建的 .NET 程序集(比如 XYZ)中。用户正在调试引用 XYZ 程序集的他/她的应用程序(比如 ABC)。

我需要确定用户是在 Visual Studio 中调试还是只是在运行 ABC 应用程序。

有什么想法吗?

-D

最佳答案

关于c# - 在 Visual Studio 中识别调试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7072155/

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