Debugging UDFs and Call'ed Scripts
Keywords: debugtrace call UDFs
Question:
I am used to using DebugTrace() to help me find problems I am having with my scripts. By default, debugging of UDFs is turned off (yeah!).But what do I do when I need to debug a UDF?
Answer:
Add yet another debug trace inside the UDF. Optionally use the same file.Call'ed routines are like that to now. If oyu wnt to debug a CALL you need to add a DebugTrace inside also.
Article ID: W14990