You will see that the Call Stack area has a list of functions that have been called, up to the pause in execution.
And, you can hover over variables to find out what they contain.Hover over the button
parameter and you'll see that it's undefined.
So in the call stack, go to the handler function.