Debugging T4 Template in VS 2010 Crashes IDE

后端 未结 5 1384
刺人心
刺人心 2021-02-04 05:08

I\'m trying to debug a slightly-modified version of the ADO.NET POCO Entity Generator template using the directions Oleg Sych published a few years back. I modified th

5条回答
  •  鱼传尺愫
    2021-02-04 05:52

    in Visual Studio 2010 you need to call Debugger.Launch() before Debugger.Break().

提交回复
热议问题