Is there a Breakpoint Plugin for Visual Studio?

前端 未结 6 1116
清酒与你
清酒与你 2020-12-28 08:19

Background

In some sufficiently large applications, you can spend more time figuring out how to drill down to the various layers than you do actually debugging: Tha

6条回答
  •  有刺的猬
    2020-12-28 09:11

    I stumbled upon this while searching the web for an answer. Since this question is pretty old, I thought I would contribute with an updated answer.

    Nowadays, you can actually import and export breakpoints in Visual Studio from the Breakpoints window (ctrl + alt + b)

    https://msdn.microsoft.com/en-us/library/dd293657(v=vs.100).aspx

提交回复
热议问题