Top "Trace" questions

A trace is a log of execution of a process or method.

ASP.NET MVC Tracing Issues

Question How do I get ASP.NET MVC trace information to be consistent for in-page trace output as trace.axd? …

asp.net-mvc trace
System.Net (HttpWebRequest) tracing without using files or app.config?

I want to capture certain, but not all, HttpWebRequest traffic in my application for debugging purposes. It's a web service …

c# httpwebrequest asp.net-2.0 trace
Linux track all files accessed by process?

Is there a way to track all file I/O for a given process? All I really need is the …

linux file trace
WCF Tracing. How I can get the exact reason for closing connection?

In my WCF service, when trying transfer large data I constantly get an error: The underlying connection was closed: The …

wcf web-services connection trace
How to use TraceSource across classes

I was recently studying documentation on TraceSource. Microsift says that TraceSource is a new way and should be used instead …

c# .net logging trace
How to make DebugView work under .NET 4?

SysInternals' DebugView no longer works if used under .NET 4. Some research indicated that the new architecture of the framework did …

.net debugging .net-4.0 trace debugview
Trace listener to write to a text box (WPF application)

For my WPF application I do logging to a text file using a TextWriterTraceListener. How can I also display the …

c# wpf textbox trace listener
Formatting trace output

I'm using TextWriterTraceListener to log diagnostics messages to a text file. However I wan't also to log a timestamp of …

c# debugging formatting trace trace-listener
How to enable the TRACE macro in Release mode?

The TRACE macro can be used to output diagnostic messages to the debugger when the code is compiled in Debug …

mfc macros trace
wcf trying to set up tracing to debug, not writing to log file

here's my web.config, running a WCF service in an application on IIS7, but nothing is being written to the …

wcf trace