无法在Visual Studio 2010 64位Win7中放置断点 [英] Could not place break point in Visual studio 2010 64 bit Win7

查看:113
本文介绍了无法在Visual Studio 2010 64位Win7中放置断点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Visual Studio 2010中,64位:我无法在某些行中放置断点.
例子

In visual studio 2010 64 bit : I could''nt place a breakpoint in certain lines.
Example

For Each vnItem In List.mcolList
              If IsCodeRemoved(Code, List.Key(vnItem.Value)) Then
                  Dim codeRemaining As String = CodeRemove(List.Key(vnItem.Value), CodeType)
                  If Code <> codeRemaining Then
                      UpdateContingents(List.Key(vnItem.Value), -2)
                  End If
              End If
          Next




在这最后三行中,我无法放置断点..您在Visual Studio中有这样的经历吗?




Here In the last three lines I could not place break point..Do you have any experience like this in visual studio?

推荐答案

您必须在IF中编写一些内容-声明.
试试string test ="asdf"或类似的东西.
You have to write something into the IF-Statement.
try string test = "asdf" or something like this.


这篇关于无法在Visual Studio 2010 64位Win7中放置断点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆