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
Instead of using System.Diagnostics.Debugger.Launch(); or Break(), attach the debugger manually.