Tagged Questions
The tracing tag has no wiki summary.
153
votes
10answers
18k views
Logging best practices
I'd like to get stories on how people are handling tracing and logging in real applications. Here are some questions that might help to explain your answer.
Frameworks
What frameworks do you use?
...
10
votes
5answers
706 views
In EF 4.1 DbContext how to trace genrated SQL
I wonder how to trace genrated SQL like DataContext in LinqToSql.
I also read articles about the solution of EFProviderWrapper on Jaroslaw Kowalski's blog, but it is based on ObjectContext, does not ...
10
votes
3answers
2k views
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 not allow for traces to be captured if a debugger was attached; in ...
8
votes
4answers
2k views
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? I may just be missing something obvious, please call it out if you see it.
Background Info ...
8
votes
2answers
704 views
ptrace'ing of parent process
Can child process use the ptrace system call to trace its parent?
Os is linux 2.6
Thanks.
upd1:
I want to trace process1 from "itself". It is impossible, so I do fork and try to do ...
8
votes
7answers
5k views
Tracing versus Logging and how does log4net fit in?
I am wondering about what the difference between logging and tracing is.
Is the difference basically that tracing is more detailed log giving developers a tool to debug applications at runtime?
I ...
7
votes
5answers
349 views
C++: How to count all instantiated objects at runtime?
I have a large framework consisting of many C++ classes. Is there a way using any tools at runtime, to trace all the C++ objects that are being constructed and currently exist?
For example, at a ...
6
votes
9answers
3k views
C# conditional logging/tracing
I want to add logging or tracing to my C# application but I don't want the overhead of formatting the string or calculating values to be logged if the log verbosity level is set so low that the ...
6
votes
2answers
1k views
Trace why a transaction is escalated to DTC
Is there any way to determine precisely why a System.Transaction TrasactionScope is being escalated to the DTC? We are hitting a bump with one of our components that seem to escalate the transaction ...
5
votes
5answers
594 views
What log viewer tools can read the XML created by System.Diagnostics.EventSchemaTraceListener?
I am in the process of converting our logging implementation to use System.Diagnostics.TraceSource. We want to take advantage of activity tracing and we want to read multiple log files from multiple ...
5
votes
9answers
418 views
Trace large C++ code base?
Problem:
I have just inherited this 200K LOC source code base.
There's only a small part of it I need (and I want to rip all else out).
What I would like to do is to be able to:
1) run the program ...
5
votes
9answers
223 views
high speed tracing
I have an embedded board with a 32 Micro-controller, and an custom built OS,
Unfortunately, as of now, connection
to the PC is only through serial
port,
Internal memory is limited to 512KB.
There ...
5
votes
2answers
1k views
Algorithm to “trace” sequential points into bezier curves
I have a sequential collection of points in X,Y and I'd like to "trace" these into a set of bezier curves. Could any open source bitmap to vector tracing algorithm or library be used for this?
5
votes
4answers
244 views
At what stage do you add logging & tracing in OO?
I'm interested at what stage in your development do add logging and/or tracing to your applications?
I'm working with a .Net stack and log4net (via commons.logging). Generally taking a TDD approach ...
5
votes
6answers
1k views
What is the performance impact of tracing in C# and ASP.NET?
I found this in some production login code I was looking at recently...
HttpContext.Current.Trace.Write(query + ": " + username + ", " + password));
...where query is a short SQL query to grab ...
4
votes
1answer
350 views
IIS/ASP.net error for failed request tracing: “a failed request trace for this content already exists”
I am trying to add Failed Request Tracing to my IIS 7/ASP.NET server.
First, I create failed request tracing for "all content, error codes 400-999" because want to save all errors.
Then, I try to ...
4
votes
4answers
422 views
Tool for tracing C++ program execution
I recently read in a magazine that there is a new commercial developer tool for Windows which monitors a C++ program's execution and creates traces for visual inspection. I, however, cannot remember ...
4
votes
6answers
214 views
Question about effective logging in C#
I've written a simple class for debugging and I call the method Debugger.WriteLine(...) in my code like this:
Debugger.WriteLine("[Draw]", "InProgress",
"[x,y] = " + x.ToString("0.00") +
", ...
4
votes
1answer
199 views
Tracing Erlang Functions - Short forms
As you might know, it's now possible to trace Erlang functions by using the short form:
dbg:tpl(Module, Function, x).
Instead of the usual:
dbg:tpl(Module, Function, dbg:fun2ms(fun(_) -> ...
4
votes
5answers
2k views
Consuming “Event Tracing for Windows” events
An answer to this question has led me to look into using "Event Tracing for Windows" for our tracing needs. I have come across NTrace, which seems to be a good way to produce ETW events from C# code ...
4
votes
7answers
1k views
Guidelines for logging (tracing) in a Windows application
As I see it there are two different types of logging:
User-focused logs, like those produced by my anti-virus ("started scan", "no threats found", etc.)
Developer-focused traces, which may be as ...
4
votes
5answers
848 views
ASP.Net excessive use of User Controls
I'm investigating an asp.net web application that extensively uses User Controls on each page. Most pages contain around 10-20 user controls. The User controls seem to be the visual representation of ...
4
votes
3answers
262 views
How to identify which lines of code participated in a specific execution of a Java program?
Suppose that I have a Java program within an IDE (Eclipse in this case).
Suppose now that I execute the program and at some point terminate it or it ends naturally.
Is there a convenient way to ...
4
votes
6answers
2k views
Capturing data from a .Net web-service that fails with an HTTP 500 error code
I have a .net web-service hosted in IIS 6.0 that periodically fails with an http 500 because a client connects to it with data that does not match the wsdl.
Things like having an element specified in ...
3
votes
1answer
90 views
btrace with JDK5
Can we use bTrace with JDK5 or lesser versions? If not, what is that things which is provided in JDK6 that makes bTrace work?
My understanding is that btrace working on Java Byte Code Instrumentation ...
3
votes
1answer
144 views
How can I efficiently support Entity Framework SQL logging in production?
We're using Entity Framework 4.0. When we encounter a problem in production, we'd like to be able to temporarily enable logging of all SQL statements. We don't have enough permissions on the ...
3
votes
1answer
144 views
Ellipsis and va_args trick needed
TraceMessage is an WinAPI function with variable number of arguments. It is a tracing function, with a notation similar to printf, which generates a trace message in Windows tracing. The weird part ...
3
votes
1answer
147 views
Use trace.axd for a single page
Is there a way to use the trace.axd handler for tracing a single page on my site? I'm trying to monitor something in production, so I don't want tracing output to the page, but I also want to limit ...
3
votes
1answer
247 views
How to include user friendly timestamp in traces
I am trying to understand the difference between Trace.Write vs Trace.TraceInformation and which one should be used.
I tried to configure traceOutputOptions for timestamp/datetime. I just need an ...
3
votes
1answer
896 views
can't understand .net 2010 tracing and app.config
In my app.config I want to set 3 tracing levels (switches?): verbose, warning and none.
In the debug version of the code, I want the verbose switch to be active, in the release I want warning. In ...
3
votes
1answer
399 views
WCF Trace Log analysis - help
I am having trouble deciphering a WCF trace file, and I hope someone can help me determine where in the pipeline I am incurring latency.
The trace for "Processing Message XX" is shown below, where ...
3
votes
2answers
404 views
TraceSwitch and SourceSwitch - what's the difference?
So I'm probably missing the obvious here, but what actually is the difference between the functionality of the TraceSwitch and SourceSwitch classes?
They both give identical summary descriptions:
...
3
votes
1answer
109 views
Great Ruby tracing gem?
Read about this one:
http://unroller.rubyforge.org/
http://github.com/TylerRick/unroller
Look at the pictures!
Unfortunately, it's very outdated and not actively maintained.
I wonder, are there ...
3
votes
2answers
281 views
How can I hide tracing code in Visual Studio IDE C#?
As I'm starting to put more tracing in my code, i'm realizing it adds a lot of clutter. I know Visual Studio allows you to hide and reveal code, however, i'd like to be able group code into "tracing" ...
3
votes
2answers
191 views
Better way to make a bash script self-tracing?
I have certain critical bash scripts that are invoked by code I don't control, and where I can't see their console output. I want a complete trace of what these scripts did for later analysis. To do ...
3
votes
2answers
1k views
How to inject C# code at compile-time?
I would like to be able to decorate any method with a custom Trace attribute and some piece of code should be injected into that method at compilation.
For example:
[Trace]
public void ...
3
votes
1answer
2k views
ASP.NET MVC, HandleError Attribute, and Tracing: Bug?
I seem to be encountering some funky behaviour when tracing is enabled in an ASP.NET MVC application:
Whenever tracing is enabled, the HandleError attribute fails.
I've reproduced this on the ...
3
votes
3answers
1k views
WCF trace file keeps getting corrupted?
I enabled message tracing on a WCF service. it traces a couple of messages and then it stops, when I try to open the trace in TraceViwer it gives me an error on the last message that got logged, or ...
3
votes
1answer
211 views
Can I trace all the functions/methods executing in a python script?
Is there a way to programmatically trace the execution of all python functions/methods? I would like to see what arguments each of them was called with. I really mean all, I'm not interested in a ...
3
votes
2answers
972 views
ASP.NET and System.Diagnostics tracing - have I missed something, or is this a bad idea?
For various common reasons I wanted to use tracing for my ASP.NET application. Especially since I found out about the possibility to use the Service Trace Viewer tool which allows you to examine your ...
2
votes
2answers
81 views
Current possibilities for tracing program flow in C#?
I have used Postsharp a few years ago to trace program flow during execution without needing to manually add trace statements to the methods.
Is there any other new ways to trace execution to to ...
2
votes
0answers
94 views
Tracing a stack in x86 assembly code.
I'm looking at a practice exam for one of my classes and I just don't understand a few aspects of the problem, so maybe you help me (probably really easy if you know x86).
So it's problem 8 here:
...
2
votes
2answers
36 views
How to filter messages in Firefox Error Console?
Some of the web pages that I need to be open, while developing my script, produce a lot of errors that go into the Error Console of the Firefox. This makes it really hard to spot the errors, which are ...
2
votes
2answers
94 views
Using a Script or regex to Add “printf” to every functions
In regex or Script (e.g. one written in python) how can I add
printf("TRACING: %s is called\n", __PRETTY_FUNCTION__);
at entry of all the function definitions, e.g.,
INT4
...
2
votes
1answer
81 views
Turning off iODBC tracing
I'm using iODBC on OS X 10.6.8 agains MySQL (mysql-connector-odbc-5.1.8) from a C program that I'm writing, but tracing of all ODBC library calls, which is supposed to be turned off by default, is ...
2
votes
1answer
138 views
Tools for IIS tracing and monitoring
I am looking for a tool or tools to trace and monitor IIS processes related to websites and web services.
I use IIS Tracer for this work currently but it isn't perfect or comprehensive.
What other ...
2
votes
0answers
121 views
Change tracel level dynamically thru trace listener
We have a huge C# codebase which does logging using .Net tracing and a custom trace listener. I am exploring option to dynamically change the tracing level (from Warning to Verbose etc..). I was ...
2
votes
2answers
80 views
Trace not working in C#
I have an ASP.NET application that I'm trying to write some logging info on. To do this, I wanted to use tracing. I believe I have it setup properly. In my web.config file, I have:
...
2
votes
1answer
137 views
C# System.Net trace log - only trace one method and ignore others?
I'm using System.Net tracing as described here:
http://ferozedaud.blogspot.com/2009/08/tracing-with-systemnet.html
But that traces every request made with HttpWebRequest. The trace file is huge. I ...
2
votes
3answers
259 views
ARM disassembler output: When there are two arguments instead of three
I am trying to annotate a disassembly block for exam practice. Here's what I have done so far:
00000190 <mystery>:
190: 2300 movs r3, #0 // move address 190 (offset 0) into ...