Good idea, I will do that next time where it fits.
However that does not meet my needs. I am using logging to identify the actual Sub:
Sub MySub (v As Int) : Log ("MySub: "&v)
...
or to log Variables and filewrites during runtime.
This helps a lot where the debugger fails, e.g. when the program flow depends on timers and user interaction.