Debugger.IsAttached
The System.Diagnostics.Debugger class provides a handy means of interacting with an attached debugger and to determine whether a debugger is present....
Dive into my thoughts on coding, tech trends, and developer life. Explore all posts, filter by category, or search by tag.
The System.Diagnostics.Debugger class provides a handy means of interacting with an attached debugger and to determine whether a debugger is present....
I recently included unhandled exception processing in a Windows Forms application to help fault find some problems. Unhandled exceptions were processed by bringing up a user friendly message and...
Brad Abrams posted on the NullReferenceException or ArgumentNullException question. For me, it's one of those "close call" questions....
Just a thought: I seem to use "Paste Special ..." and then select "Unformatted Text" so often it really should be as much of a standard keystroke as Ctrl-C for Copy and Ctrl-V for Paste....
In supporting customers recently, I've been getting the customer to request help using Remote Assistance. Once the customer gets the request process down (and UPNP routers are being used or a VPN is...