Top "Trace" questions

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

How to trace code execution in PHP?

I would like to see a log of THE WHOLE code execution of PHP script(s). Something like this: http://…

php trace
How to get Javascript Function Calls/Trace at Runtime

As I interact with my AJAX based application at RUNTIME I'd like the console to spit out all the functions …

javascript function google-chrome runtime trace
Finding cause of deadlock error from oracle trace file

I have been getting this "ora-00060 deadlock detected while waiting for resource" error often now in my application when multiple …

oracle deadlock trace
How to define custom TraceListener in app.config

I have implemented a custom trace listener (derived from TextWriteTraceListener) and now I would like to set my application to …

.net configuration exception-handling trace trace-listener
Add Timestamp to Trace.WriteLine()

In my C# .NET application I have an issue with the Trace.WriteLine()-method. I uses this method alot, and …

c# debugging timestamp trace
Linux: How to debug a SIGSEGV? How do I trace the error source?

My firefox started crashing since today. I haven't changed anything on the system or on firefox config. I use strace …

linux debugging trace dump segmentation-fault
Trace Python imports

My Python library just changed it's main module name from foo.bar to foobar. For backward compat, foo.bar still …

python debugging import trace
Redirect Trace output to Console

Let's say I'm working on a little batch-processing console app in VB.Net. I want to be able to structure …

.net vb.net .net-2.0 console trace
Turning tracing off via app.config

I'm trying to use System.Diagnostics to do some very basic logging. I figure I'd use what's in the box …

c# .net vb.net configuration trace
How to trace per-file IO operations in Linux?

I need to track read system calls for specific files, and I'm currently doing this by parsing the output of …

linux file-io filesystems trace strace