gpt4 book ai didi

c# - 为什么断点条件执行失败?

转载 作者:可可西里 更新时间:2023-11-01 07:45:10 25 4
gpt4 key购买 nike

我想在短时间内暂时禁用断点,所以我设置了一个条件断点,条件如下:

(global::System.DateTime.Now<new global::System.DateTime(2014,03,28,11,0,0))

当遇到这个断点时,会弹出一个对话框,说

The condition for a breakpoint failed to execute. The condition was 
'(global::System.DateTime.Now<new
global::System.DateTime(2014,03,28,11,0,0))'. The error returned was
'The runtime has refused to evaluate the expression at this time.'. Click
OK to stop at this breakpoint.

为什么运行时拒绝计算表达式?

如何在不修改调试源代码的情况下获得所需的行为?

最佳答案

从 VS2012 开始,您必须切换到托管兼容模式,才能使用条件断点。为什么(抱歉,由于该链接已损坏,不再有来自 MS 的原因。我添加了指向 archive.org 的链接)以及此处的描述方式:

switching-to-managed-compatibility-mode-in-visual-studio-2013

old Microsoft link, now dead

the original Microsoft article on archive.org

关于c# - 为什么断点条件执行失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22709169/

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