Top "Trace" questions

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

How can i open .trace file format(traceview) without DDMS?

I want to save a log of method calls. Traceview supports that function and I can get .trace file format. …

android profiling trace ddms
How to "debug" Haskell with printfs?

coming from the Ocaml community, I'm trying to learn a bit of Haskell. The transition goes quite well but I'm …

debugging haskell trace printf-debugging
In EF 4.1 DbContext how to trace generated SQL

I wonder how to trace generated SQL like DataContext in LinqToSql. I also read articles about the solution of EFProviderWrapper …

sql logging entity-framework-4 entity-framework-4.1 trace
Java embedded jetty is accepting HTTP TRACE method

I'm trying to disable HTTP TRACE method in embedded Jetty. In Jetty doc's is info that HTTP trace is disabled …

spring http jetty trace embedded-jetty
Windows Azure Trace Log not working

I'm sure I have missed something simple but I can't get simple Trace.WriteLine to work on Azure. Steps I …

.net azure trace azure-storage azure-diagnostics
Strange resource dictionary warnings appear in output window even when the WPF trace settings are turned off

I am using Visual studio 2011 beta with the april 2012 update installed .I have my Debugging options -> Output window &…

c# .net wpf warnings trace
Java RMI tracing

Is there a tool which traces & logs all RMI activity of a Java application?

java logging rmi trace
TextWriterTraceListener does not work

Config file: <system.diagnostics> <trace> <listeners> <add name="Console" type="System.Diagnostics.ConsoleTraceListener" …

c# .net logging trace system.diagnostics
Automatically log System.diagnostics.trace messages to an Nlog target

Say you have C# trace messages all over an application. Something like: Trace.TraceInformation("Service Started"); How do you automatically …

c# trace nlog system.diagnostics
SQL Server Profiler - how do I find which database is being connected?

I've Googled this with no success. I'm using SQL Server Profiler for SQL Server 2008 R2, and I've ensured that for …

database sql-server-2008-r2 connection trace sql-server-profiler