Tagged Questions

0
votes
1answer
21 views

PHP: Understanding code via function or file tracing (without XDebug)

I have inherited a moderately large PHP codebase. In order to better understand how it works, I'd like to be able to print to logs a function or file trace whenever I hit a page, …
0
votes
2answers
63 views

How to customize Visual Studio Console Debug window?

I'm curious if anyone has figured out how to create their own Debug Output window in Visual Studio. For applications without a real console window (e.g. web apps), writing Debug or …
0
votes
2answers
36 views

What’s a good checklist for instrumenting my .NET application

Hello all, I'm looking for a best practices checklist for instrumenting my code. Not so much what tools to use (I'm a System.Diagnostics.Trace fan myself) but just where you shoul …
0
votes
1answer
18 views

How in jboss write traces to separate trace file

How in JBoss to write traces to separate file? I would like to see traces about org.hibernate.SQL and org.hibernate.type in separate trace file. I added next appender and categor …
1
vote
3answers
46 views

Unique value in StackTrace?

Background: I have written a generic logging library in .NET 3.5. Basically the developer needs to call the Begin() method at the beginning of their method and the End() method at …
0
votes
2answers
28 views

tracing mouse clicks on website

I am new to website designing and wanted to know couple of things. when some clicks on the link on my website say www.google.com, can i trace that how many people clicked on it. …
1
vote
3answers
61 views

How to write trace output to a text file without a web server in AS3

I have an application that writes traces with a timestamp when certain items are clicked or accessed. I need to write these to a text log file so that they can be accessed remotely …
0
votes
5answers
67 views

How to check if pdf was modified

I have a pdf generated by 3rd party system. Using pdf editor or els software I have modified it. Is it possible to detect if pdf file was modified, without original file? 0 vot …
3
votes
2answers
110 views

What are best practices for event id management?

I'm trying to figure out how to manage my event ids. Up to this point I've been putting each event id in each method manually with each step in a method numbered sequentially. Th …
0
votes
3answers
122 views

Trace/BPT trap when calling urllib.urlopen

For some reason I'm getting a Trace/BPT trap error when calling urllib.urlopen. I've tried both urllib and urllib2 with identical results. Here is the code which throws the error: …
1
vote
1answer
46 views

Oracle Trace File Browsers?

Can anyone recommend a graphical tool to make browsing Oracle SQL Trace files easier? TKProf is great for summary info, but lately I am needing more detail on a specific run of a …
0
votes
1answer
34 views

setTrace() in Python (redux)

Apologies for reposting but I had to edit this question when I got to work and realized I needed to have an account to do so. So here it goes again (with a little more context). I …
2
votes
2answers
58 views

setTrace() in Python

Is there a way to use the setTrace() function in a script that has no method definitions? i.e. for i in range(1, 100): print i def traceit(frame, event, arg): if event == …
0
votes
0answers
27 views

How to output/trace all variables and values in a Flash swf

Is there a simple way in Flash 8 when loading an swf or anywhere really to output all the loaded functions, movieclips, and variables/values?
1
vote
2answers
30 views

ASP.Net Enabling Trace in Code Behind

I'm looking for a way to enable trace for an ASP.Net page via codebehind without using the page or webconfig methods. My end goal is to have a page that reacts to a querystring el …

1 2 3 4 5 9 next
15 30 50 per page