Sidebar

What is the best way to display the contents of a local variable?

0 votes
329 views
asked Mar 12, 2018 by mike-h-4810 (180 points)
I'm troubleshooting a mapping function, what's the best metod to display the contents of a local variable?

1 Answer

0 votes

To troubleshoot a local variable, add a qie.debug statement to the mapping.

After the code is added either use the Test window and look at the Test Log or put the channel into Debug Mode and process the message. 

If you process the message, you will see the debug statement in the Status tab.

answered Mar 12, 2018 by amanda-w-3695 (4,840 points)
...