Visual Studio 2012 RC breaks on exceptions from within the .NET Framework. How do I make it break on exceptions only in my code?

前端 未结 2 1146
悲哀的现实
悲哀的现实 2021-02-20 15:34

When debugging using Visual Studio 2012 RC with break on exception turned on, Visual Studio breaks on exceptions from within the .NET Framework. How do I make it break on except

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-20 16:09

    I believe all you need to do is go to

    Debug -> Options -> Debugging and check Enable Just My Code (Managed Only)

提交回复
热议问题