Results 1 to 5 of 5

Thread: Program Hanging up

  1. #1

    Thread Starter
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Program Hanging up

    I have a large app with hundreds of procedures.
    I haven't made many changes in the last couple of months, but I've been running it daily from the IDE.

    Suddenly it's started hanging up and I can't get the IDE to break.
    If I pull up Taskmanager, it doesn't list the app or the IDE as 'Not Responding'.
    But I still have to use Taskmanager to kill the app.

    I added a timer set to one minute with a 'Stop' in it, but that doesn't fire once the app hangs.

    Does anyone know of a VB IDE plugin like MZTools that can add logging to each procedure then remove it when you've found the problem?

    If not, can someone point me to a tutorial on how to make a VB Plugin?
    It would add something like this to the top of each proc:
    vb Code:
    1. 'ProcLog
    2.     debug.print "ProcName: " & strProcName, "ParamOne: " & varParamOne 'etc
    3.     '/ProcLog

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Program Hanging up

    It's not a plug in but it will do the job you need try ******* it has everything you need.

  3. #3

    Thread Starter
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: Program Hanging up

    I hadn't noticed that on your site.
    Can it also delete the added code afterward?

  4. #4

    Thread Starter
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: Program Hanging up

    Randem,
    I just found a broken link to the html instuctions.

    Here's a great, free tool that can help you find all the broken links on your site.
    Xenu's Link Sleuth
    http://home.snafu.de/tilman/xenulink.html

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Program Hanging up

    Thanks... I will check it.

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