一時的にブレークポイントを一時的に無効にしたいので、次の条件で条件付きブレークポイントを設定します。
(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.
ランタイムが式の評価を拒否したのはなぜですか?
デバッグされたソース コードを変更せずに目的の動作を得るにはどうすればよいですか?