Results 1 to 6 of 6

Thread: [2005] Logging/Viewing Execution

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2007
    Posts
    115

    [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.

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2005] Logging/Viewing Execution

    Use try/catch blocks and write any exceptions to a log file.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2007
    Posts
    115

    Re: [2005] Logging/Viewing Execution

    Quote Originally Posted by stanav
    Use try/catch blocks and write any exceptions to a log file.

    Its not an exception, its strange behavior.

  4. #4
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    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?

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jun 2007
    Posts
    115

    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.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jun 2007
    Posts
    115

    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
  •  



Click Here to Expand Forum to Full Width