Top "Diagnostics" questions

How can I set the rollover strategy in System.Diagnostics trace log

I have a project, that using System.Diagnostics for logging, And it creating lots of new logs files, each one …

c# .net logging diagnostics
Get-Content and show control characters such as `r - visualize control characters in strings

What flag can we pass to Get-Content to display control characters such as \r\n or \n? What I am …

powershell diagnostics control-characters
ASP.NET MVC why does my app keep restarting?

I have an ASP.NET MVC website that gets about 6500 hits a day, on a shared hosting platform at Server …

asp.net asp.net-mvc restart diagnostics
VS 2015 diagnostic tools failed unexpectedly when running multiple instances of visual studio

VS 2015 I've checked these questions before: 1 2 When debugging two or more solutions only first one will run Diagnostic Tools. Other …

visual-studio-2015 diagnostics
WCF: How to diagnose faulted channels?

I'm working on shipping in a change for my lab that will hopefully help diagnose some weird channel-faulting weirdness we're …

wcf debugging diagnostics channelfactory duplex-channel
Getting from ProcessThread to a managed thread

Periodically we get a hang on shut down of a Windows service in a production environment that we just cannot …

c# multithreading diagnostics
What's the right statistic for iOS Memory footprint. Live Bytes? Real Memory? Other?

I'm definitely confused on this point. I have an iPad application that shows 'Live Bytes' usage of 6-12mb in …

ios memory memory-management diagnostics