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

前端 未结 2 1739
日久生厌
日久生厌 2021-02-07 00:49

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

相关标签:
2条回答
  • 2021-02-07 01:04

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

    0 讨论(0)
  • 2021-02-07 01:11
    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..

    0 讨论(0)
提交回复
热议问题