|
-
May 27th, 2010, 10:06 AM
#1
Thread Starter
Frenzied Member
Verbose line output at runtime?
We need to start implementing verbose runtime output to assist with debugging on end users machines. If the executable is launched with a particular parameter, we need this to kick in.
This is not necessarily "error" logging, but runtime logging to see exactly which lines of code have been executed. We literally have to add an output line after each line of code in every function. Without question, this is extremely tedious.
I was hoping there might be a better way at doing this, such as possibly using reflection at runtime to somehow output which line of code in which module just completed.
I realize this is probably not possible, but I was hoping for any suggestions someone might have to accomplish this. Any help would be appreciated. Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|