how to debug a java.lang.IllegalArgumentException
How can I figure out what the problem is? I get the Illegal Argument error when it gets to this line.
getBindings().getOperationBinding("myMethod").execute();
I reviewed the arguments and can't see anything obvious. How can I debug it and display what it thinks the arguments should be and what arguments it is actually being called with?
Thanks for any help.