How to get the name of a method from the method's own code

For debugging purposes, I want to create a reusable piece of code that I place at the end of every method that adds the name of the method to a listbox when it reaches the end of the methods code. With dozens of methods, it would be handy not to have to type the name of the method every time.

So, is there a way the code inside a method can get the name of its method?

CurrentMethodName

http://developer.xojo.com/currentmethodname

Thanks! @Wayne Golding & @Gavin Smith