Wish Show function calls in debug window

wimpie3

Well-Known Member
Licensed User
Longtime User
I often find myself adding debug trace statements in my code at the start of a function, to see how many times the function is called during execution. It might be an idea to add a switch to log all function calls.
 
Top