Debugging method arguments in Eclipse

Hi all,

In Servoy v3.5.x, we are able to see the contents of the arguments array passed from a calling method. How / Where can I see the same thing in the Servoy v4.x Eclipse Debbugger perspective? :|

Thanks in advance,

Ben

A way to do this is to show the expressions view and add the expressions “arguments[0]”, “arguments[1]”, …, “arguments”. You only have to add them once, because they’re still there after a restart.

Thanks Joas, appreciate it.

Ben

I just heard that this is fixed for the next release. So the arguments array will be back in the variable list.

Super duper!

Ben