Thursday 10 September 2015

Hard Debug

When debugging multi-threaded, multi-process applications, sometimes the only option is "hard debug". Debugger.Break(). This has been around since .NET 1.1. The user will be prompted if they want to attach a debugger.

No comments: