1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
466 views
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.

by amanda-w-3695 (5.1k points)
...