I like to know what was the local variable names when they are passed to a function. I\'m not sure whether this is possible at all. Let\'s consider this example:
fun
It seems that it's impossible in Python but it's actually possible in C++.
#define show(x) std::cout << #x << " = " << x << std::endl