Quote:
Originally Posted by XXP
Hi Barry,
This is working for me on our test server. I (temporarily) insert my plugin code inline into the vB code. That way it runs inline through the debugger and can be trapped and stepped as much as I want.
Usually I comment out the hook call completely for this, but imagine that it would do just as we to make sure that your plugin just isn't installed or is disabled so that you don't have another copy of it firing in the hook eval.
Hope this is helpful.
Regards,
-- Mike
|
Thanks, Mike. I finally developed what I wanted and works like a charm! I'll be posting it here in the next week or two when I get a moment.