My filter function throws an exception when encountering a value it cannot handle, but because there is no variable name information, I cannot determine which variable is causing the error, making debugging difficult.
Expectation: I wish there was a way to obtain the variable names within the filter function.