Monday, June 16, 2014

C# debugger attached

if(System.Diagnostics.Debugger.IsAttached)
{
    // ...
}

No comments:

Post a Comment