Code Tracer

  • Thread starter Thread starter Bill Sturdevant
  • Start date Start date
B

Bill Sturdevant

Is there any method or tool available to track what
subroutines and functions were executed and in what order?

Even better, would be a sequence showing what fields and
variables changed, intermixed with the subroutines and
functions.

I have some subroutines being executed multiple times and
am having difficulty discovfering what is causing that.
 
Not really, but you can use the locals window, call stack,
immediate window to determine that.

Or make your own. Log each subroutine when it enters...

Chris
 
Back
Top