|
-
May 14th, 2007, 12:28 AM
#1
Thread Starter
Frenzied Member
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:
'ProcLog
debug.print "ProcName: " & strProcName, "ParamOne: " & varParamOne 'etc
'/ProcLog
-
May 14th, 2007, 03:00 AM
#2
Re: Program Hanging up
It's not a plug in but it will do the job you need try ******* it has everything you need.
-
May 14th, 2007, 06:52 AM
#3
Thread Starter
Frenzied Member
Re: Program Hanging up
I hadn't noticed that on your site.
Can it also delete the added code afterward?
-
May 14th, 2007, 07:05 AM
#4
Thread Starter
Frenzied Member
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
-
May 14th, 2007, 12:28 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|