|
-
Oct 27th, 2007, 11:34 AM
#1
Thread Starter
Lively Member
[2005] Logging/Viewing Execution
Without Visual Studio installed on client machine, is there a way to follow or log program execution steps?
I am trying to debug an error that I cant reproduce on my dev machine.
-
Oct 27th, 2007, 11:38 AM
#2
Re: [2005] Logging/Viewing Execution
Use try/catch blocks and write any exceptions to a log file.
-
Oct 27th, 2007, 11:40 AM
#3
Thread Starter
Lively Member
Re: [2005] Logging/Viewing Execution
 Originally Posted by stanav
Use try/catch blocks and write any exceptions to a log file.
Its not an exception, its strange behavior.
-
Oct 27th, 2007, 11:46 AM
#4
Re: [2005] Logging/Viewing Execution
Can you explain a little more about this "strange behavior"? What is your program expected to do but isn't doing it?
-
Oct 27th, 2007, 12:13 PM
#5
Thread Starter
Lively Member
Re: [2005] Logging/Viewing Execution
It moves a tablelayout panel unexpectedly when I click on the form. This behavior only occurs on client machine, I cant reproduce error at home.
-
Oct 27th, 2007, 03:51 PM
#6
Thread Starter
Lively Member
Re: [2005] Logging/Viewing Execution
Is there a way to log the procedure name I am in?
Debug.Print <procedure name> supposed to work on own or do you need an add in?
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
|