Tagged Questions

1
vote
3answers
26 views

How to use TRACE with ascii under unicode MFC environment?

I am developing a MFC program under windows CE. It is unicode by default. I can use TRACE to print some message like this TRACE(TEXT("Hey! we got a problem!\n")); It works fine if everything is …
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 should put tracing …
0
votes
2answers
67 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 Trace messages end …
0
votes
1answer
19 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 categories to …
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, so I can correlate …
1
vote
3answers
47 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 the end of it. …
1
vote
3answers
65 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.. The device the …
0
votes
2answers
31 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. When i send out …
1
vote
3answers
130 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: def get_url(url): …
3
votes
2answers
113 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. This doesn't allow me …
0
votes
2answers
340 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 trying to learn AS3. …
0
votes
5answers
68 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 vote down check I will …
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'm trying to time …
1
vote
1answer
49 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 statement and end …
0
votes
2answers
130 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']='david'; trace(event); …

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