Tagged Questions

0
votes
5answers
59 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 …
0
votes
1answer
76 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: …
2
votes
2answers
88 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 …
1
vote
1answer
30 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
28 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 …
0
votes
2answers
263 views

Flash AS3: Getting this error: Access of undefined property - basic scope help needed :(

I'm still used to the AS2 style of all code on 1 frame, I'm trying to code AS3 in class files and I'm having a problem with a basic package setup. Scope issues are killing me with …
2
votes
2answers
52 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 == …
1
vote
2answers
23 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 …
0
votes
2answers
71 views

Flash trace,dump,print Array variables

is there a way to trace an ARRAY in FLASH. I want to have an output similar to PHPs command:print_r(myArray) for ex: (in flash): var event:Array = new Array(); event['name']='d …
0
votes
0answers
16 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
55 views

Process execution tracing tools

I am currently in the process of investigating a very peculiar problem on our lab servers. Whenever we run a java program on a machine with a 64-bit SUSE SLES11 installation that h …
0
votes
1answer
53 views

How can I get T-SQL PRINT statements to come up in SQL Server Profiler Traces?

I'm not very experienced with SQL Server Profiler (2005, 2008). I'd like to print some info to a trace from a stored procedure. PRINT statements don't seem to output to my trace. …
4
votes
4answers
131 views

XDebug trace gui?

Hey, I'm trying to find a gui to parse xdebug trace files. Although you can make them human readable, the sheer number of lines makes it unusable. I'm looking for something like k …
0
votes
3answers
92 views

Is there a way to filter a SQL Profiler trace?

I'm trying to troubleshoot this problem using SQL Profiler (SQL 2008) After a few days running the trace in production, finally the error happened again, and now i'm trying to dia …
0
votes
1answer
46 views

Debugging/tracing embedded sql

Is there a way to trace/log sql from the code (not from the db side, but rather what the code thinks it's doing)? I am using Pro*C/C++: Release 8.1.7.0.0 for Oracle

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