
What Function am I in??????
Quote:
>I am looking for a DLL or Control that will tell me what functions are
>on the stack during VB runtime. I am trying to avoid seting variables
>equal to the function name in every one of my functions. I would like
>to create a trace file so that if my clients get an error, I can see
>where it went wrong. any suggestions!!
VBTrace will add line numbers and error code to all procedures and events in
your application. This causes you users to receive error messages which
exactly pinpoint the problem as follows:
Error 9, Subscript Error in Line 12345
of Form MyFormName in Procedure MyProcedureName.
------------------------------------------------------------------------
Chuck Stuart - Mesquite TX USA
VBTrace 2.00 is a runtime Procedure Trace, XRef,
Debug, Profiler and much more. Shareware $49.
http://www.apexsc.com/vb/ftp/coop/cstuart
ftp.apexsc.com/pub/cgvb/coop/cstuart
------------------------------------------------------------------------