Is there a Breakpoint Plugin for Visual Studio?

前端 未结 6 1118
清酒与你
清酒与你 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 08:55

    Break point analyzer is a really useful tool for debugging huge projects.

    0 讨论(0)
  • 2020-12-28 09:00

    It seems that Visual Studio 2010 (Professional) has added an "export breakpoints to file" function. (You can find it in the Breakpoints window.)

    0 讨论(0)
  • 2020-12-28 09:03

    I found this based on a recent Google search:

    Breakpoint Workspaces by Rick Schott.

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-12-28 09:12

    Check out the Breakpoint Analyzer for Visual Studio.

    0 讨论(0)
  • 2020-12-28 09:17

    How about this: "Debugger Settings Visual Studio Add In– Easily Copy Breakpoints between Machines"?

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