Within a macro I call a function with the parameters a, b and c.
The definition of the function has parameters d, e and f.

In order to debug it, do I need to put a watch on a, b and c or on d, e and f?