Wish Log routine name - crazy idea (?)

LucaMs

Expert
Licensed User
Longtime User
My beautiful, perfect and... no longer usable, probably :D tool AddLogs inserted debug lines, so that the name of the running routine (and its parameters and related values) was logged.

AddLogs added these logs to all the routines (which is sometimes annoying but certainly useful for debugging).
It would be useful to be able to mark the name of a routine in such a way that it is logged.

Example:

Alt + B adds Bookmark?

Alt + L adds Log

upload_2018-9-6_17-18-54.png


When the routine will be executed, in the tab Logs:

***> Main.MyRoutine

or (better):

***> Main.MyRoutine(12, "Ciao")
 

Alexander Stolte

Expert
Licensed User
Longtime User
Would be useful for large projects. Then I would not have to come up with any names to keep the "logs" apart. Or if i Try Catch Subs, then comes a error and i dont know from witch sub or from with module....
 
Top