0
votes
2answers
46 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
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
32 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
2answers
330 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 …
0
votes
1answer
14 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 …
0
votes
3answers
117 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
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
27 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
49 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
1answer
125 views
How to trace a certain object in VC++ 6
Hello,
i was wondering how to trace a certain object in VC++6.
It can be done by tracing the unique object ID with "Trace Points",
in more recent versions of visual studio. I stil …
0
votes
5answers
64 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
107 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
42 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
47 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
2
votes
4answers
918 views
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 the app like this:
Sub WorkerMethod()
''//Do some work
Trace.WriteL …
