Top "Diagnostics" questions

Visual Studio 2015 diagnostic tools no longer working

I have Visual Studio 2015 Community Edition Update 3 running on Windows 7 SP1 64 bit, which I use to develop C# applications. I …

c# wpf visual-studio-2015 diagnostics
how to use #pragma clang diagnostics

I know that #pragma clang diagnostics can be used for ignoring some warnings generated by clang. But I don't know …

xcode clang pragma diagnostics
How to list pipes used by a process with a bash command

Is there a way to list pipes used by a running linux process (e.g. given its pid or process …

linux pipe named-pipes diagnostics
log4net versus TraceSource

In this thread many people have indicated that they use log4net. I am a fan of TraceSources and would …

.net logging log4net trace diagnostics
How to send the Diagnostic IDs (DIDs) through CAPL script?

Currently, I am automating the test cases for testing the Gauges in the Instrument Cluster. I have come across changing …

diagnostics can-bus capl canoe
CDD file vs ODX file in vehicle diagnostic

Whats is the difference between .CDD and .ODX file in vehicle diagnostic and what .ODX and .CDD file contains?

diagnostics
How do I run diagnostic plots for lmer in R?

I am trying to run diagnostic plots on an lmer model but keep hitting a wall. I'm not sure how …

r diagnostics lmer
Method to dump classes on the classpath from inside JVM?

My code is failing with a ClassNotFoundException. I can see that the jar file containing the class is definitely on …

java jvm classpath diagnostics
WCF logging, set max file size?

Im using Microsoft Service Configuration Editor to setup diagnostics(WCF logging) and I can´t find any way to set …

c# wcf logging diagnostics
Process.Start(): The system cannot find the file specified, but my file path seems to be legit

This is boggling my mind. Using the following code: Process du = new Process(); string cmdPath = System.IO.Path.Combine(Environment.…

c# process diagnostics du