Code Tracer

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.
 
C

Chris

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top