Clear all breakpoints in a Visual Studio solution

后端 未结 2 1413
臣服心动
臣服心动 2021-01-30 16:01

Is there a shortcut to clear all breakpoints within all projects within a solution in Visual Studio?

相关标签:
2条回答
  • 2021-01-30 16:30

    I personally find it easier to hold ALT, and double-press D.
    Which translates to Debug menu, Delete All Breakpoints.

    0 讨论(0)
  • 2021-01-30 16:33

    Debug > Delete All Breakpoints

    or

    Shortcut : CTRL + SHIFT + F9

    This works in Debug mode as well.

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