How can I get the name of the calling function in a module in Mathematica?

If I write a function or module that calls another module, how can I get the name of the calling function / module? This would be useful for debugging purposes.

+5
source share

All Articles