I have one function that shows up in my error log quite a bit.

In "static" mode running in the IDE it does NOT error.
It errors Only in realtime.

The function is a common function so it is called by a number of procedures.
I'd like to isolate "which" calling procedure(s) may be the problem.

Anyway in compiled mode to ID which of the calling procedures is the problem?

Only thing I could think of was to REM the error handler in the common procedure and let it error from the calling.

Anyone have a better solution?

Thanks
David