Can't use data breakpoint C++, Visual Studio 2013

☆樱花仙子☆ 提交于 2019-12-03 15:13:47

问题


I set debugger to Native Only, solution configurations is Debug but New Data Breakpoint... option is still greyed out and I can't use it. Can anyone prompt me what else I need to change ?


回答1:


  1. Make sure active project debugger setting is "Native Only".
  2. Start the debugging with another ordinary breakpoint, then you can see "New Data Breakpoint" is clickable. (In other words, you must be inside debug mode to be able to create a data break point.)

Hope this helps..




回答2:


Also be sure to look at Tools -> Options -> Debugging -> General and make sure "Enable address-level debugging" is checked.



来源:https://stackoverflow.com/questions/24229878/cant-use-data-breakpoint-c-visual-studio-2013

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!