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

learn more… | top users | synonyms

1
vote
1answer
22 views

JUnit - Access failure messages in tearDown()

I did search for this already, but only found one topic on NUnit. I guess JUnit still is a bit different to NUnit so I am going foreward to ask my question ;-) I have one test case with a setUp(), a ...
0
votes
0answers
10 views
+50

nodeunit test and trace.gl

How to trace nodeunit test using trace.gl I tried in 2 ways: $ node ~/Dropbox/tracegl.js ./path/To/My/NodeunitTests. And then run my unit test from that directory in another console. $ node ...
1
vote
0answers
25 views

gdbserver tracepoint arm support

I compiled gdbserver 7.6 for arm with: cd /gdb-7.6-src/gdb/gdbserver ./configure --target=arm-linux --host=arm-linux make CC=/path/to/cross-compiler-gcc Then I compiled gdb 7.6 for arm with: cd ...
-4
votes
0answers
11 views

Error with Running an application [closed]

I have recently downloaded an ExtraVis application for my work. The problem is when i try to run the provided application i was thrown an error saying "Access violation at address at 00000000. read ...
1
vote
0answers
19 views

wcf client trace svclogfile fault exception

I need help figuring out why the Process Action failed This is my wcf client connecting to an external service. My svclog has the following <E2ETraceEvent ...
-1
votes
3answers
40 views

How To Tracking URL Link in other website

I want to know how to programming the script for tracking purpose. Such as I put the link on my blog, and I can know which IP or which website is using my URL Link on their website? I have a live ...
5
votes
2answers
97 views

Cannot use Trace.WriteLine in Windows Store App

In Windows Store application I can use: System.Diagnostics.Debug.WriteLine("Test"); But replacing Debug with Trace gives the following error: CS0103: The name 'Trace' does not exist in the current ...
-1
votes
0answers
9 views

Is it possible to trace the originator/the hosts or machine IPs that were traversed for an email if sent from a VPN? [closed]

I have a windows 7 machine. We have citrix VPN installed on it. I work by accessing authorised system located in US by using the VPN. nOW, I had sent an email using google's gmail service ,working on ...
0
votes
1answer
15 views

Trace API-calls from app

I have an app on my phone that is communication with an API. This API is not fully documented, and some data displayed in the app, I don't know how to reach. What I wonder is if it's possible in some ...
1
vote
1answer
16 views

where to find documentation about the special php exec method using back quotes ?

I have some sample program that runs a php script that does some exec command by using the syntax: echo "Do invoke native commmand: "; `curl "http://localhost/somescript.php`; Those " ` " sign ...
0
votes
3answers
28 views

Java disable stack trace on a specific call?

I want to disable one error message produces by a socket timeout, because it's filling my console (Linux, terminal). The code: public ThreadListenResponseQuery(DatagramSocket socket){ this.socket ...
0
votes
2answers
44 views

how to copy linked file thru tcl

I want to copy file thru tcl proggraming , these files are linked. this is the code: if { [file type $sfile] == "link" } { set fget [file readlink $sfile ] } file copy ...
0
votes
0answers
7 views

Tracing Firewire commands

is there a program that dumps out commands sent to a device on the Firewire port? I know there a some available to analyze data sent via USB ports (e.g. http://www.usblyzer.com or ...
0
votes
2answers
24 views

Diagnostic Monitor Trace Listener

I would like to know if it is possible to modify the way the Trace is recording trace information ? Trace.Listeners.Add(new DiagnosticMonitorTraceListener()); ...
0
votes
1answer
20 views

Using trace to execute a proc in TCL

I have the following in a TCL/Tk app: proc greyout { } { puts "current part $DSM::Part" switch $DSM::Part { Doghouse { for {set entry 1} {$entry<17} {incr entry} { ...
0
votes
2answers
24 views

Using Tracepoints in GDB to track how often code is executed

I want to count how often a certain function or line of code is executed during a test run. My idea is to set a tracepoint using GDB at a line and then count how often the tracepoint is hit. Can ...
0
votes
2answers
79 views

Haxe Flixel Trace

Day one Haxe Flixel Coder. Stupid error, but Google isn't helping me. How do I trace to FlashDevelop output using Haxe, NME and Flixel. It works when executing using C++, but nothing for Flash! I've ...
0
votes
0answers
24 views

How to trace TempData in an MVC application?

I know we can trace Session data in ASP.NET application by enabling trace in config, and accessing "trace.axd" page in running session. Now I want to trace TempData in my ASP.NET MVC application, and ...
1
vote
1answer
47 views

HTTP requests trace

Are there any tools to trace the exact HTTP requests sent by a program? I have an application which works as a client to a website and facilitates certain tasks (particularly it's a bot which makes ...
0
votes
1answer
33 views

Break debugging after a TRACE call

Is it possible to break debugging as TRACE(the debugger message output macro) is called, the message from trace appears on output, but I am unable to break the debugger as it does. (Am using visual ...
0
votes
4answers
34 views

When tracing out variables in the console, How to create a new line?

So I'm trying to do something simple, I want to break up my traces in the console into several lines, using 1 console.log statement: console.log('roleName = '+roleName+' role_ID = '+role_ID+' ...
0
votes
0answers
35 views

pdb.set_trace() not working

When I insert import pdb; pdb.set_trace() in my code, it shows an error message: 'module' object has attribute 'set_trace' In the pdb.py file, there is the def set_trace() function. How can it ...
0
votes
1answer
46 views

How to trace the phone call in iOS?

I want to know how to trace the call information in iOS code. I just wanted it to create a application which will record the phone calls. Please help.
0
votes
0answers
14 views

Ruby set_trace_func does not trace certain functions

Why doesn't set_trace_func trace things like Fixnum + ? Is there a way to make set_trace_func trace these?
1
vote
1answer
76 views

MIPS Assembly program to calculate the trace of a matrix after taking an integer input

The following is my MIPS assembly code which refuses to work for some reason. SOMEONE please rescue me, i've been stuck for 3 weeks!!! I'm supposed to read in an int n, square it, then read in the the ...
0
votes
1answer
16 views

Where does PresentationTraceSources.Refresh look for the app.config file?

I am trying to better understand PresentationTraceSources. The docs for the Refresh() method say "Refreshes trace sources, by forcing the app.config file to be re-read." Where does it expect to find ...
0
votes
0answers
33 views

Debugging the windows network stack for WCF service

I'm about to go and visit a client where we've been having some odd connectivity issues talking to a WCF based service. The WCF service is being hosted by a windows service rather than IIS. On the ...
1
vote
3answers
60 views

How to find sequence of repetition from a trace file

I Have been given a assignment where i need to instrument a given application and generate a trace file and later on from the trace file a sequence diagram needs to be generated. The application is ...
0
votes
0answers
24 views

oracle trace events from history

I'm quite new in oracle and also in stuff like tracing. But i would like to ask , if there is some way to trace events (like queries etc.) from past - i know when exactly or what time interval i want ...
1
vote
1answer
53 views

Tracing memory address for an image loaded into memory on linux

I am trying to trace information everytime an image on linux is loaded into memory. Ideally, I would need the pid of the process, the timestamp of the event, path from where the image is being ...
0
votes
0answers
18 views

Getting System.Diagnostic.Trace to work in any mode other than DEBUG

I have these lines of code in my ASP.net project. #if RELEASE #else System.Diagnostics.Trace.WriteLine("Start GetUserByUsername", "UserRepository"); #endif If I run the application via VS 2010 with ...
2
votes
0answers
27 views

Stack trace in release RSLs

Since flash player 11.5 it is possible to get stack trace for uncaught errors, very handy for logging runtime errors in production and an immense help with debugging. But the problem I am facing atm ...
0
votes
1answer
34 views

Full trace in eclipse debugging session

I have a question about eclipse debugging. I would like to have, in an output file, all the calls of methods for a debugging session. I would like to track the methods called, all of theme, just like ...
0
votes
0answers
22 views

Android dmtracedump format

I am looking at output of command: dmtracedump -o com.example.android.notepad.trace I understand that using dots they specify the hierarchy of calls. There is also specified actions "ent" and "xit" ...
1
vote
1answer
73 views

AS3 - Trace - Click button

I am trying to click on a button and trace out a number "1" onto the stage/same scene. I have this code: button1.addEventListener(MouseEvent.CLICK, myClickReaction1); function myClickReaction1 ...
2
votes
2answers
159 views

Android Systrace tool internally uses strace or ftrace?

Systrace Android tool calls internally a tool called atrace which is and extension of ftrace or strace (Linux tools). If we connect via the emulator console (ADB shell) to Android Jelly Bean we can ...
1
vote
1answer
85 views

Extracting data used to make a smooth plot in mgcv

This thread from a couple of years ago describes how to extract data used to plot the smooth components of a fitted gam model. It works, but only when there is one smooth variable. I've got more ...
0
votes
1answer
31 views

How can I get trace of my linq query (using linqtotwitter on windows 8 app in c# and xaml)

I'm developping a Windows 8 metro app using linqtotwitter. I need to get a trace of my linq queries in my log file but I searched and didn't find hox can I do this. Everything that I read speak about ...
0
votes
0answers
49 views

How to trace the flow in a python code without look through all the source code

I'm new Bie in Python. I wanna trace a python project "youtube download" which provides a bunch of functions to download youtube videos , however i only wanna know when i trigger one of the method in ...
1
vote
1answer
54 views

Python tracing and profiling

I am looking for away to profile and trace python code at the same time. I have seen the python trace and traceback classes and also seen the python Cprofiler and profiler classes. The trace ...
0
votes
0answers
30 views

How to use blktrace and btt to gain a2c latencies?

I use blktrace to analyse the latency between block layer. Now i want to gain d2c and a2c latency, but blkiomon or btt could only provide d2c latency. How can i get a2c latency from the blktrace ...
-1
votes
1answer
64 views

logger4j IsTracingEnabled

Getting this grails error in intellij, never seen it before. I am running Grails 2.2.1 | Error Fatal error during compilation java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z ...
0
votes
2answers
85 views

How to trace the outgoing request call using wire shark

I'm working on windows azure project and trying to use out of box azure tool. This tool seems to make lots of outgoing request to azure APIs. Unfortunately, most of the IP addresses are blocked by our ...
6
votes
1answer
110 views

Is it possible to track a PostMessage between processes?

We have a system where there are typically two processes running on the same system. One process handles the GUI and the other runs like a service (although for historical reasons, it's not a service, ...
0
votes
2answers
47 views

get the name of methods as they execute in a specific thread

In my Java application, I wish to get the name (and actual runtime class) of different methods as they execute in a specific thread. Its different then getting a regular stack trace. Its like I am on ...
0
votes
0answers
66 views

Visual Studio 2010 output window selective trace output

I'm trying to debug my application but some of the assemblies my code refers to produce too much of trace messages which flood the output window. This way the messages I have placed in my code get ...
0
votes
1answer
193 views

as3 continuous movement of object with touch event

i am attempting to make an interactive scene fot my nexus 7 using actionscript. i am attempting to make a nape body to move continuously while a button is being pressed. the trace(event.target.name); ...
0
votes
1answer
84 views

sychrounous I/O in blktrace

blktrace differentiates synchronous write and asynchronous writes (outputs W or WS). I am wondering, how does blktrace tell whether an I/O request is synchronous or not? Does it look at some flags ...
0
votes
1answer
37 views

Trace Class - How to set Autoflush by code

I would like to set the AutoFlush attribute to true, but I need to do it by code. Programmatically. I have found this how to configure the trace element and also the AutoFlush property of the Trace ...
1
vote
2answers
54 views

log all trace info during a debug session in eclipse

I would like to log all the debug information on each step (to crunch all these data later) of a debugging session, such as the name of the method called, the parameter value, all the variables ...

1 2 3 4 5 14