My beautiful, perfect and... no longer usable, probably
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
When the routine will be executed, in the tab Logs:
***> Main.MyRoutine
or (better):
***> Main.MyRoutine(12, "Ciao")